Html Css Color HEX #245696 Endeavour

📋 copy color: '#245696'

red 36 ◦ green 86 ◦ blue 150

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

Shades of Endeavour #245696

Tints of Endeavour #245696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 13.24%
G = 31.62%
B = 55.15%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#245696 (or 0x245696) is known color: Endeavour. HEX triplet: 24, 56 and 96. RGB value is (36,86,150). Sum of RGB (Red+Green+Blue) = 36+86+150=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #245696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245696 is #DBA969. Grayscale: #4E4E4E. Windows color (decimal): -14395754 or 9852452. OLE color: 9852452.

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

Color convert

RGB 36 86 150 -
CMYK 0.76 0.43 0 0.41
HSL 213.68º 0.61% 0.36% -
HSV(B) 213.68º 0.76% 0.59% -
XYZ 9.56 9.23 30.13 -
YUV 78.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 36 86 150 0.76 0.43 0 0.41 213.68 0.61 0.36
Hex 24 56 96 4C 2B 0 29 D6 3D 24
Octal 44 126 226 114 53 0 51 326 75 44
Binary 100100 1010110 10010110 1001100 101011 0 101001 11010110 111101 100100

Color Harmonies of #245696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245696

Black with #245696

Text Example


Text Example

White with #245696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245696; }

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

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

background-color css

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

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

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

border-color css

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

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

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