Html Css Color HEX #245E9C Endeavour

📋 copy color: '#245E9C'

red 36 ◦ green 94 ◦ blue 156

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

Shades of Endeavour #245E9C

Tints of Endeavour #245E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.87%

 BLUE value IS 156 (61.33% from 255) = 54.55%

R = 12.59%
G = 32.87%
B = 54.55%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#245E9C (or 0x245E9C) is known color: Endeavour. HEX triplet: 24, 5E and 9C. RGB value is (36,94,156). Sum of RGB (Red+Green+Blue) = 36+94+156=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #245E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E9C is #DBA163. Grayscale: #535353. Windows color (decimal): -14393700 or 10247716. OLE color: 10247716.

HSL color Cylindrical-coordinate representation of color #245E9C: hue angle of 211º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #245E9C is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 94 156 -
CMYK 0.77 0.40 0 0.39
HSL 211º 0.63% 0.38% -
HSV(B) 211º 0.77% 0.61% -
XYZ 10.73 10.78 32.97 -
YUV 83.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 36 94 156 0.77 0.40 0 0.39 211 0.63 0.38
Hex 24 5E 9C 4D 28 0 27 D3 3E 26
Octal 44 136 234 115 50 0 47 323 76 46
Binary 100100 1011110 10011100 1001101 101000 0 100111 11010011 111110 100110

Color Harmonies of #245E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E9C

Black with #245E9C

Text Example


Text Example

White with #245E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,94,156); }

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

background-color css

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

 a { background-color: rgb(36,94,156); }

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

border-color css

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

 span { border-color: rgb(36,94,156); }

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