Html Css Color HEX #245E93 Endeavour

📋 copy color: '#245E93'

red 36 ◦ green 94 ◦ blue 147

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

Shades of Endeavour #245E93

Tints of Endeavour #245E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 13%
G = 33.94%
B = 53.07%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#245E93 (or 0x245E93) is known color: Endeavour. HEX triplet: 24, 5E and 93. RGB value is (36,94,147). Sum of RGB (Red+Green+Blue) = 36+94+147=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #245E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E93 is #DBA16C. Grayscale: #525252. Windows color (decimal): -14393709 or 9657892. OLE color: 9657892.

HSL color Cylindrical-coordinate representation of color #245E93: hue angle of 208.65º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245E93 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 94 147 -
CMYK 0.76 0.36 0 0.42
HSL 208.65º 0.61% 0.36% -
HSV(B) 208.65º 0.76% 0.58% -
XYZ 10 10.49 29.1 -
YUV 82.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 36 94 147 0.76 0.36 0 0.42 208.65 0.61 0.36
Hex 24 5E 93 4C 24 0 2A D1 3D 24
Octal 44 136 223 114 44 0 52 321 75 44
Binary 100100 1011110 10010011 1001100 100100 0 101010 11010001 111101 100100

Color Harmonies of #245E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E93

Black with #245E93

Text Example


Text Example

White with #245E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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