Html Css Color HEX #245C96 Endeavour

📋 copy color: '#245C96'

red 36 ◦ green 92 ◦ blue 150

#245C96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #245C96

Tints of Endeavour #245C96

RGB

 RED value IS 36 (14.45% from 255) = 12.95%

 GREEN value IS 92 (36.33% from 255) = 33.09%

 BLUE value IS 150 (58.98% from 255) = 53.96%

R = 12.95%
G = 33.09%
B = 53.96%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#245C96 (or 0x245C96) is known color: Endeavour. HEX triplet: 24, 5C and 96. RGB value is (36,92,150). Sum of RGB (Red+Green+Blue) = 36+92+150=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #245C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C96 is #DBA369. Grayscale: #515151. Windows color (decimal): -14394218 or 9853988. OLE color: 9853988.

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

Color convert

RGB 36 92 150 -
CMYK 0.76 0.39 0 0.41
HSL 210.53º 0.61% 0.36% -
HSV(B) 210.53º 0.76% 0.59% -
XYZ 10.06 10.23 30.3 -
YUV 81.87 166.45 95.28 -
System Red Green Blue C M Y K H S L
Decimal 36 92 150 0.76 0.39 0 0.41 210.53 0.61 0.36
Hex 24 5C 96 4C 27 0 29 D3 3D 24
Octal 44 134 226 114 47 0 51 323 75 44
Binary 100100 1011100 10010110 1001100 100111 0 101001 11010011 111101 100100

Color Harmonies of #245C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C96

Black with #245C96

Text Example


Text Example

White with #245C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,92,150); }

 H1.HeaderClassName
 {
   color: #245C96;
 }
 .AnyTagClassName
 {
   color: #245C96;
 }
</style>

background-color css

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

 a { background-color: rgb(36,92,150); }

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

border-color css

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

 span { border-color: rgb(36,92,150); }

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