Html Css Color HEX #245292 Endeavour

📋 copy color: '#245292'

red 36 ◦ green 82 ◦ blue 146

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

Shades of Endeavour #245292

Tints of Endeavour #245292

RGB

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

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

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

R = 13.64%
G = 31.06%
B = 55.3%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#245292 (or 0x245292) is known color: Endeavour. HEX triplet: 24, 52 and 92. RGB value is (36,82,146). Sum of RGB (Red+Green+Blue) = 36+82+146=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #245292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245292 is #DBAD6D. Grayscale: #4B4B4B. Windows color (decimal): -14396782 or 9589284. OLE color: 9589284.

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

Color convert

RGB 36 82 146 -
CMYK 0.75 0.44 0 0.43
HSL 214.91º 0.6% 0.36% -
HSV(B) 214.91º 0.75% 0.57% -
XYZ 8.93 8.48 28.36 -
YUV 75.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 36 82 146 0.75 0.44 0 0.43 214.91 0.6 0.36
Hex 24 52 92 4B 2C 0 2B D7 3C 24
Octal 44 122 222 113 54 0 53 327 74 44
Binary 100100 1010010 10010010 1001011 101100 0 101011 11010111 111100 100100

Color Harmonies of #245292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245292

Black with #245292

Text Example


Text Example

White with #245292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245292; }

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

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

background-color css

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

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

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

border-color css

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

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

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