Html Css Color HEX #245286 Endeavour

📋 copy color: '#245286'

red 36 ◦ green 82 ◦ blue 134

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

Shades of Endeavour #245286

Tints of Endeavour #245286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 53.17%

R = 14.29%
G = 32.54%
B = 53.17%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#245286 (or 0x245286) is known color: Endeavour. HEX triplet: 24, 52 and 86. RGB value is (36,82,134). Sum of RGB (Red+Green+Blue) = 36+82+134=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #245286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245286 is #DBAD79. Grayscale: #494949. Windows color (decimal): -14396794 or 8802852. OLE color: 8802852.

HSL color Cylindrical-coordinate representation of color #245286: hue angle of 211.84º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #245286 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 82 134 -
CMYK 0.73 0.39 0 0.47
HSL 211.84º 0.58% 0.33% -
HSV(B) 211.84º 0.73% 0.53% -
XYZ 8.05 8.13 23.7 -
YUV 74.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 36 82 134 0.73 0.39 0 0.47 211.84 0.58 0.33
Hex 24 52 86 49 27 0 2F D4 3A 21
Octal 44 122 206 111 47 0 57 324 72 41
Binary 100100 1010010 10000110 1001001 100111 0 101111 11010100 111010 100001

Color Harmonies of #245286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245286

Black with #245286

Text Example


Text Example

White with #245286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245286; }

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

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

background-color css

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

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

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

border-color css

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

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

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