Html Css Color HEX #245393 Endeavour

📋 copy color: '#245393'

red 36 ◦ green 83 ◦ blue 147

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

Shades of Endeavour #245393

Tints of Endeavour #245393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

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

R = 13.53%
G = 31.2%
B = 55.26%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#245393 (or 0x245393) is known color: Endeavour. HEX triplet: 24, 53 and 93. RGB value is (36,83,147). Sum of RGB (Red+Green+Blue) = 36+83+147=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #245393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245393 is #DBAC6C. Grayscale: #4B4B4B. Windows color (decimal): -14396525 or 9655076. OLE color: 9655076.

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

Color convert

RGB 36 83 147 -
CMYK 0.76 0.44 0 0.42
HSL 214.59º 0.61% 0.36% -
HSV(B) 214.59º 0.76% 0.58% -
XYZ 9.09 8.67 28.8 -
YUV 76.24 167.93 99.3 -
System Red Green Blue C M Y K H S L
Decimal 36 83 147 0.76 0.44 0 0.42 214.59 0.61 0.36
Hex 24 53 93 4C 2C 0 2A D7 3D 24
Octal 44 123 223 114 54 0 52 327 75 44
Binary 100100 1010011 10010011 1001100 101100 0 101010 11010111 111101 100100

Color Harmonies of #245393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245393

Black with #245393

Text Example


Text Example

White with #245393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245393; }

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

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

background-color css

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

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

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

border-color css

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

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

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