Html Css Color HEX #245185 Endeavour

📋 copy color: '#245185'

red 36 ◦ green 81 ◦ blue 133

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

Shades of Endeavour #245185

Tints of Endeavour #245185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 14.4%
G = 32.4%
B = 53.2%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#245185 (or 0x245185) is known color: Endeavour. HEX triplet: 24, 51 and 85. RGB value is (36,81,133). Sum of RGB (Red+Green+Blue) = 36+81+133=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #245185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245185 is #DBAE7A. Grayscale: #494949. Windows color (decimal): -14397051 or 8737060. OLE color: 8737060.

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

Color convert

RGB 36 81 133 -
CMYK 0.73 0.39 0 0.48
HSL 212.16º 0.57% 0.33% -
HSV(B) 212.16º 0.73% 0.52% -
XYZ 7.9 7.95 23.31 -
YUV 73.47 161.59 101.27 -
System Red Green Blue C M Y K H S L
Decimal 36 81 133 0.73 0.39 0 0.48 212.16 0.57 0.33
Hex 24 51 85 49 27 0 30 D4 39 21
Octal 44 121 205 111 47 0 60 324 71 41
Binary 100100 1010001 10000101 1001001 100111 0 110000 11010100 111001 100001

Color Harmonies of #245185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245185

Black with #245185

Text Example


Text Example

White with #245185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245185; }

 p { color: rgb(36,81,133); }

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

background-color css

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

 a { background-color: rgb(36,81,133); }

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

border-color css

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

 span { border-color: rgb(36,81,133); }

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