Html Css Color HEX #245085 Endeavour

📋 copy color: '#245085'

red 36 ◦ green 80 ◦ blue 133

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

Shades of Endeavour #245085

Tints of Endeavour #245085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.13%

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

R = 14.46%
G = 32.13%
B = 53.41%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#245085 (or 0x245085) is known color: Endeavour. HEX triplet: 24, 50 and 85. RGB value is (36,80,133). Sum of RGB (Red+Green+Blue) = 36+80+133=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #245085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245085 is #DBAF7A. Grayscale: #484848. Windows color (decimal): -14397307 or 8736804. OLE color: 8736804.

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

Color convert

RGB 36 80 133 -
CMYK 0.73 0.40 0 0.48
HSL 212.78º 0.57% 0.33% -
HSV(B) 212.78º 0.73% 0.52% -
XYZ 7.83 7.81 23.28 -
YUV 72.89 161.92 101.69 -
System Red Green Blue C M Y K H S L
Decimal 36 80 133 0.73 0.40 0 0.48 212.78 0.57 0.33
Hex 24 50 85 49 28 0 30 D5 39 21
Octal 44 120 205 111 50 0 60 325 71 41
Binary 100100 1010000 10000101 1001001 101000 0 110000 11010101 111001 100001

Color Harmonies of #245085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245085

Black with #245085

Text Example


Text Example

White with #245085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245085; }

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

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

background-color css

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

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

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

border-color css

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

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

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