Html Css Color HEX #245792 Endeavour

📋 copy color: '#245792'

red 36 ◦ green 87 ◦ blue 146

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

Shades of Endeavour #245792

Tints of Endeavour #245792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

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

R = 13.38%
G = 32.34%
B = 54.28%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#245792 (or 0x245792) is known color: Endeavour. HEX triplet: 24, 57 and 92. RGB value is (36,87,146). Sum of RGB (Red+Green+Blue) = 36+87+146=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #245792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245792 is #DBA86D. Grayscale: #4E4E4E. Windows color (decimal): -14395502 or 9590564. OLE color: 9590564.

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

Color convert

RGB 36 87 146 -
CMYK 0.75 0.40 0 0.43
HSL 212.18º 0.6% 0.36% -
HSV(B) 212.18º 0.75% 0.57% -
XYZ 9.32 9.27 28.49 -
YUV 78.48 166.1 97.7 -
System Red Green Blue C M Y K H S L
Decimal 36 87 146 0.75 0.40 0 0.43 212.18 0.6 0.36
Hex 24 57 92 4B 28 0 2B D4 3C 24
Octal 44 127 222 113 50 0 53 324 74 44
Binary 100100 1010111 10010010 1001011 101000 0 101011 11010100 111100 100100

Color Harmonies of #245792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245792

Black with #245792

Text Example


Text Example

White with #245792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245792; }

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

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

background-color css

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

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

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

border-color css

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

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

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