Html Css Color HEX #245E92 Endeavour

📋 copy color: '#245E92'

red 36 ◦ green 94 ◦ blue 146

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

Shades of Endeavour #245E92

Tints of Endeavour #245E92

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.06%

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

R = 13.04%
G = 34.06%
B = 52.9%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#245E92 (or 0x245E92) is known color: Endeavour. HEX triplet: 24, 5E and 92. RGB value is (36,94,146). Sum of RGB (Red+Green+Blue) = 36+94+146=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #245E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E92 is #DBA16D. Grayscale: #525252. Windows color (decimal): -14393710 or 9592356. OLE color: 9592356.

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

Color convert

RGB 36 94 146 -
CMYK 0.75 0.36 0 0.43
HSL 208.36º 0.6% 0.36% -
HSV(B) 208.36º 0.75% 0.57% -
XYZ 9.92 10.46 28.69 -
YUV 82.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 36 94 146 0.75 0.36 0 0.43 208.36 0.6 0.36
Hex 24 5E 92 4B 24 0 2B D0 3C 24
Octal 44 136 222 113 44 0 53 320 74 44
Binary 100100 1011110 10010010 1001011 100100 0 101011 11010000 111100 100100

Color Harmonies of #245E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E92

Black with #245E92

Text Example


Text Example

White with #245E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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