#234E9B

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

Shades of Endeavour #234E9B

Tints of Endeavour #234E9B

Color information

#234E9B (or 0x234E9B) is unknown color: approx Endeavour. HEX triplet: 23, 4E and 9B. RGB value is (35,78,155). Sum of RGB (Red+Green+Blue) = 35+78+155=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #234E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234E9B is #DCB164. Grayscale: #494949. Windows color (decimal): -14463333 or 10178083. OLE color: 10178083.

HSL color Cylindrical-coordinate representation of color #234E9B: hue angle of 218.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234E9B is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3578155-
CMYK0.770.5000.39
HSL218.5º63.16%37.25%-
HSV(B)218.5º77.42%60.78%-
XYZ9.338.1732.1-
YUV73.92173.75100.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.06%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 155 (60.94% from 255) = 57.84%
R=13.06%
G=29.10%
B=57.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35781550.770.5000.39218.563.1637.25
Hex234E9B4D32027da3f25
Octal43116233115620473327745
Binary1000111001110100110111001101110010010011111011010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,78,155); }

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

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

 a { background-color: rgb(35,78,155); }

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

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

 span { border-color: rgb(35,78,155); }

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