Html Css Color HEX #245C92 Endeavour

📋 copy color: '#245C92'

red 36 ◦ green 92 ◦ blue 146

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

Shades of Endeavour #245C92

Tints of Endeavour #245C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.58%

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

R = 13.14%
G = 33.58%
B = 53.28%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#245C92 (or 0x245C92) is known color: Endeavour. HEX triplet: 24, 5C and 92. RGB value is (36,92,146). Sum of RGB (Red+Green+Blue) = 36+92+146=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #245C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C92 is #DBA36D. Grayscale: #515151. Windows color (decimal): -14394222 or 9591844. OLE color: 9591844.

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

Color convert

RGB 36 92 146 -
CMYK 0.75 0.37 0 0.43
HSL 209.45º 0.6% 0.36% -
HSV(B) 209.45º 0.75% 0.57% -
XYZ 9.74 10.1 28.63 -
YUV 81.41 164.45 95.61 -
System Red Green Blue C M Y K H S L
Decimal 36 92 146 0.75 0.37 0 0.43 209.45 0.6 0.36
Hex 24 5C 92 4B 25 0 2B D1 3C 24
Octal 44 134 222 113 45 0 53 321 74 44
Binary 100100 1011100 10010010 1001011 100101 0 101011 11010001 111100 100100

Color Harmonies of #245C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C92

Black with #245C92

Text Example


Text Example

White with #245C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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