Html Css Color HEX #245592 Endeavour

📋 copy color: '#245592'

red 36 ◦ green 85 ◦ blue 146

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

Shades of Endeavour #245592

Tints of Endeavour #245592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 13.48%
G = 31.84%
B = 54.68%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#245592 (or 0x245592) is known color: Endeavour. HEX triplet: 24, 55 and 92. RGB value is (36,85,146). Sum of RGB (Red+Green+Blue) = 36+85+146=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #245592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245592 is #DBAA6D. Grayscale: #4D4D4D. Windows color (decimal): -14396014 or 9590052. OLE color: 9590052.

HSL color Cylindrical-coordinate representation of color #245592: hue angle of 213.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245592 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 85 146 -
CMYK 0.75 0.42 0 0.43
HSL 213.27º 0.6% 0.36% -
HSV(B) 213.27º 0.75% 0.57% -
XYZ 9.16 8.95 28.44 -
YUV 77.3 166.77 98.54 -
System Red Green Blue C M Y K H S L
Decimal 36 85 146 0.75 0.42 0 0.43 213.27 0.6 0.36
Hex 24 55 92 4B 2A 0 2B D5 3C 24
Octal 44 125 222 113 52 0 53 325 74 44
Binary 100100 1010101 10010010 1001011 101010 0 101011 11010101 111100 100100

Color Harmonies of #245592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245592

Black with #245592

Text Example


Text Example

White with #245592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245592; }

 p { color: rgb(36,85,146); }

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

background-color css

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

 a { background-color: rgb(36,85,146); }

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

border-color css

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

 span { border-color: rgb(36,85,146); }

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