Html Css Color HEX #245396 Endeavour

📋 copy color: '#245396'

red 36 ◦ green 83 ◦ blue 150

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

Shades of Endeavour #245396

Tints of Endeavour #245396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

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

R = 13.38%
G = 30.86%
B = 55.76%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#245396 (or 0x245396) is known color: Endeavour. HEX triplet: 24, 53 and 96. RGB value is (36,83,150). Sum of RGB (Red+Green+Blue) = 36+83+150=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #245396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245396 is #DBAC69. Grayscale: #4C4C4C. Windows color (decimal): -14396522 or 9851684. OLE color: 9851684.

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

Color convert

RGB 36 83 150 -
CMYK 0.76 0.45 0 0.41
HSL 215.26º 0.61% 0.36% -
HSV(B) 215.26º 0.76% 0.59% -
XYZ 9.33 8.76 30.05 -
YUV 76.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 36 83 150 0.76 0.45 0 0.41 215.26 0.61 0.36
Hex 24 53 96 4C 2D 0 29 D7 3D 24
Octal 44 123 226 114 55 0 51 327 75 44
Binary 100100 1010011 10010110 1001100 101101 0 101001 11010111 111101 100100

Color Harmonies of #245396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245396

Black with #245396

Text Example


Text Example

White with #245396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245396; }

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

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

background-color css

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

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

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

border-color css

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

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

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