Html Css Color HEX #245096 Endeavour

📋 copy color: '#245096'

red 36 ◦ green 80 ◦ blue 150

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

Shades of Endeavour #245096

Tints of Endeavour #245096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

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

R = 13.53%
G = 30.08%
B = 56.39%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#245096 (or 0x245096) is known color: Endeavour. HEX triplet: 24, 50 and 96. RGB value is (36,80,150). Sum of RGB (Red+Green+Blue) = 36+80+150=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #245096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245096 is #DBAF69. Grayscale: #4A4A4A. Windows color (decimal): -14397290 or 9850916. OLE color: 9850916.

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

Color convert

RGB 36 80 150 -
CMYK 0.76 0.47 0 0.41
HSL 216.84º 0.61% 0.36% -
HSV(B) 216.84º 0.76% 0.59% -
XYZ 9.1 8.31 29.98 -
YUV 74.82 170.42 100.31 -
System Red Green Blue C M Y K H S L
Decimal 36 80 150 0.76 0.47 0 0.41 216.84 0.61 0.36
Hex 24 50 96 4C 2F 0 29 D9 3D 24
Octal 44 120 226 114 57 0 51 331 75 44
Binary 100100 1010000 10010110 1001100 101111 0 101001 11011001 111101 100100

Color Harmonies of #245096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245096

Black with #245096

Text Example


Text Example

White with #245096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245096; }

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

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

background-color css

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

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

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

border-color css

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

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

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