#234C96

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

Shades of Endeavour #234C96

Tints of Endeavour #234C96

Color information

#234C96 (or 0x234C96) is unknown color: approx Endeavour. HEX triplet: 23, 4C and 96. RGB value is (35,76,150). Sum of RGB (Red+Green+Blue) = 35+76+150=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #234C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234C96 is #DCB369. Grayscale: #474747. Windows color (decimal): -14463850 or 9849891. OLE color: 9849891.

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

Color convert

RGB3576150-
CMYK0.770.4900.41
HSL218.61º62.16%36.27%-
HSV(B)218.61º76.67%58.82%-
XYZ8.787.7329.88-
YUV72.18171.92101.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.41%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 150 (58.98% from 255) = 57.47%
R=13.41%
G=29.12%
B=57.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35761500.770.4900.41218.6162.1636.27
Hex234C964D31029db3e24
Octal43114226115610513337644
Binary1000111001100100101101001101110001010100111011011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,76,150); }

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

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

 a { background-color: rgb(35,76,150); }

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

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

 span { border-color: rgb(35,76,150); }

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