Html Css Color HEX #245296 Endeavour

📋 copy color: '#245296'

red 36 ◦ green 82 ◦ blue 150

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

Shades of Endeavour #245296

Tints of Endeavour #245296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.6%

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

R = 13.43%
G = 30.6%
B = 55.97%

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

#245296 (or 0x245296) is known color: Endeavour. HEX triplet: 24, 52 and 96. RGB value is (36,82,150). Sum of RGB (Red+Green+Blue) = 36+82+150=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #245296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245296 is #DBAD69. Grayscale: #4B4B4B. Windows color (decimal): -14396778 or 9851428. OLE color: 9851428.

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

Color convert

RGB 36 82 150 -
CMYK 0.76 0.45 0 0.41
HSL 215.79º 0.61% 0.36% -
HSV(B) 215.79º 0.76% 0.59% -
XYZ 9.25 8.61 30.03 -
YUV 76 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 36 82 150 0.76 0.45 0 0.41 215.79 0.61 0.36
Hex 24 52 96 4C 2D 0 29 D8 3D 24
Octal 44 122 226 114 55 0 51 330 75 44
Binary 100100 1010010 10010110 1001100 101101 0 101001 11011000 111101 100100

Color Harmonies of #245296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245296

Black with #245296

Text Example


Text Example

White with #245296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245296; }

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

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

background-color css

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

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

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

border-color css

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

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

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