#234E85

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

Shades of Endeavour #234E85

Tints of Endeavour #234E85

Color information

#234E85 (or 0x234E85) is unknown color: approx Endeavour. HEX triplet: 23, 4E and 85. RGB value is (35,78,133). Sum of RGB (Red+Green+Blue) = 35+78+133=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #234E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234E85 is #DCB17A. Grayscale: #474747. Windows color (decimal): -14463355 or 8736291. OLE color: 8736291.

HSL color Cylindrical-coordinate representation of color #234E85: hue angle of 213.67º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #234E85 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3578133-
CMYK0.740.4100.48
HSL213.67º58.33%32.94%-
HSV(B)213.67º73.68%52.16%-
XYZ7.657.523.23-
YUV71.41162.75102.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.23%
GREEN value IS 78 (30.86% from 255) = 31.71%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=14.23%
G=31.71%
B=54.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35781330.740.4100.48213.6758.3332.94
Hex234E854A29030d63a21
Octal43116205112510603267241
Binary1000111001110100001011001010101001011000011010110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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