#234D95

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

Shades of Endeavour #234D95

Tints of Endeavour #234D95

Color information

#234D95 (or 0x234D95) is unknown color: approx Endeavour. HEX triplet: 23, 4D and 95. RGB value is (35,77,149). Sum of RGB (Red+Green+Blue) = 35+77+149=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #234D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234D95 is #DCB26A. Grayscale: #484848. Windows color (decimal): -14463595 or 9784611. OLE color: 9784611.

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

Color convert

RGB3577149-
CMYK0.770.4800.42
HSL217.89º61.96%36.08%-
HSV(B)217.89º76.51%58.43%-
XYZ8.777.8429.48-
YUV72.65171.09101.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.41%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=13.41%
G=29.50%
B=57.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35771490.770.4800.42217.8961.9636.08
Hex234D954D3002Ada3e24
Octal43115225115600523327644
Binary1000111001101100101011001101110000010101011011010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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