#234F93

Color #234F93 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #234F93

Tints of Endeavour #234F93

Color information

#234F93 (or 0x234F93) is unknown color: approx Endeavour. HEX triplet: 23, 4F and 93. RGB value is (35,79,147). Sum of RGB (Red+Green+Blue) = 35+79+147=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #234F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234F93 is #DCB06C. Grayscale: #494949. Windows color (decimal): -14463085 or 9654051. OLE color: 9654051.

HSL color Cylindrical-coordinate representation of color #234F93: hue angle of 216.43º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234F93 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3579147-
CMYK0.760.4600.42
HSL216.43º61.54%35.69%-
HSV(B)216.43º76.19%57.65%-
XYZ8.768.0628.7-
YUV73.6169.42100.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 13.41%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=13.41%
G=30.27%
B=56.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35791470.760.4600.42216.4361.5435.69
Hex234F934C2E02Ad83e24
Octal43117223114560523307644
Binary1000111001111100100111001100101110010101011011000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234F93; }

 p { color: rgb(35,79,147); }

 H1.HeaderClassName
 {
   color: #234F93;
 }
 .AnyTagClassName
 {
   color: #234F93;
 }
</style>
background-color css

<style>
 a { background-color: #234F93; }

 a { background-color: rgb(35,79,147); }

 div.DivClassName
 {
   background-color: #234F93;
 }
 .BgClassName
 {
   background-color: #234F93;
 }
</style>
border-color css

<style>
 span { border-color: #234F93; }

 span { border-color: rgb(35,79,147); }

 td.TdClassName
 {
   border-color: #234F93;
 }
 .TagClassName
 {
   border-color: #234F93;
 }
</style>