#234E92

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

Shades of Endeavour #234E92

Tints of Endeavour #234E92

Color information

#234E92 (or 0x234E92) is unknown color: approx Endeavour. HEX triplet: 23, 4E and 92. RGB value is (35,78,146). Sum of RGB (Red+Green+Blue) = 35+78+146=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #234E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234E92 is #DCB16D. Grayscale: #484848. Windows color (decimal): -14463342 or 9588259. OLE color: 9588259.

HSL color Cylindrical-coordinate representation of color #234E92: hue angle of 216.76º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234E92 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3578146-
CMYK0.760.4700.43
HSL216.76º61.33%35.49%-
HSV(B)216.76º76.03%57.25%-
XYZ8.617.8828.26-
YUV72.9169.25100.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.51%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=13.51%
G=30.12%
B=56.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35781460.760.4700.43216.7661.3335.49
Hex234E924C2F02Bd93d23
Octal43116222114570533317543
Binary1000111001110100100101001100101111010101111011001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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