Html Css Color HEX #245285 Endeavour

📋 copy color: '#245285'

red 36 ◦ green 82 ◦ blue 133

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

Shades of Endeavour #245285

Tints of Endeavour #245285

RGB

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

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

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

R = 14.34%
G = 32.67%
B = 52.99%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#245285 (or 0x245285) is known color: Endeavour. HEX triplet: 24, 52 and 85. RGB value is (36,82,133). Sum of RGB (Red+Green+Blue) = 36+82+133=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #245285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245285 is #DBAD7A. Grayscale: #494949. Windows color (decimal): -14396795 or 8737316. OLE color: 8737316.

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

Color convert

RGB 36 82 133 -
CMYK 0.73 0.38 0 0.48
HSL 211.55º 0.57% 0.33% -
HSV(B) 211.55º 0.73% 0.52% -
XYZ 7.98 8.1 23.33 -
YUV 74.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 36 82 133 0.73 0.38 0 0.48 211.55 0.57 0.33
Hex 24 52 85 49 26 0 30 D4 39 21
Octal 44 122 205 111 46 0 60 324 71 41
Binary 100100 1010010 10000101 1001001 100110 0 110000 11010100 111001 100001

Color Harmonies of #245285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245285

Black with #245285

Text Example


Text Example

White with #245285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245285; }

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

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

background-color css

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

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

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

border-color css

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

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

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