#234D92

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

Shades of Endeavour #234D92

Tints of Endeavour #234D92

Color information

#234D92 (or 0x234D92) is unknown color: approx Endeavour. HEX triplet: 23, 4D and 92. RGB value is (35,77,146). Sum of RGB (Red+Green+Blue) = 35+77+146=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #234D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234D92 is #DCB26D. Grayscale: #474747. Windows color (decimal): -14463598 or 9588003. OLE color: 9588003.

HSL color Cylindrical-coordinate representation of color #234D92: hue angle of 217.3º 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 #234D92 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3577146-
CMYK0.760.4700.43
HSL217.3º61.33%35.49%-
HSV(B)217.3º76.03%57.25%-
XYZ8.547.7428.24-
YUV72.31169.59101.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.57%
GREEN value IS 77 (30.47% from 255) = 29.84%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=13.57%
G=29.84%
B=56.59%

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
Decimal35771460.760.4700.43217.361.3335.49
Hex234D924C2F02Bd93d23
Octal43115222114570533317543
Binary1000111001101100100101001100101111010101111011001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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