Html Css Color HEX #245485 Endeavour

📋 copy color: '#245485'

red 36 ◦ green 84 ◦ blue 133

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

Shades of Endeavour #245485

Tints of Endeavour #245485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

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

R = 14.23%
G = 33.2%
B = 52.57%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#245485 (or 0x245485) is known color: Endeavour. HEX triplet: 24, 54 and 85. RGB value is (36,84,133). Sum of RGB (Red+Green+Blue) = 36+84+133=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #245485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245485 is #DBAB7A. Grayscale: #4A4A4A. Windows color (decimal): -14396283 or 8737828. OLE color: 8737828.

HSL color Cylindrical-coordinate representation of color #245485: hue angle of 210.31º 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 #245485 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 84 133 -
CMYK 0.73 0.37 0 0.48
HSL 210.31º 0.57% 0.33% -
HSV(B) 210.31º 0.73% 0.52% -
XYZ 8.13 8.41 23.38 -
YUV 75.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 36 84 133 0.73 0.37 0 0.48 210.31 0.57 0.33
Hex 24 54 85 49 25 0 30 D2 39 21
Octal 44 124 205 111 45 0 60 322 71 41
Binary 100100 1010100 10000101 1001001 100101 0 110000 11010010 111001 100001

Color Harmonies of #245485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245485

Black with #245485

Text Example


Text Example

White with #245485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245485; }

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

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

background-color css

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

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

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

border-color css

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

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

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