Html Css Color HEX #245394 Endeavour

📋 copy color: '#245394'

red 36 ◦ green 83 ◦ blue 148

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

Shades of Endeavour #245394

Tints of Endeavour #245394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.43%

R = 13.48%
G = 31.09%
B = 55.43%

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

#245394 (or 0x245394) is known color: Endeavour. HEX triplet: 24, 53 and 94. RGB value is (36,83,148). Sum of RGB (Red+Green+Blue) = 36+83+148=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #245394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245394 is #DBAC6B. Grayscale: #4C4C4C. Windows color (decimal): -14396524 or 9720612. OLE color: 9720612.

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

Color convert

RGB 36 83 148 -
CMYK 0.76 0.44 0 0.42
HSL 214.82º 0.61% 0.36% -
HSV(B) 214.82º 0.76% 0.58% -
XYZ 9.17 8.7 29.21 -
YUV 76.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 36 83 148 0.76 0.44 0 0.42 214.82 0.61 0.36
Hex 24 53 94 4C 2C 0 2A D7 3D 24
Octal 44 123 224 114 54 0 52 327 75 44
Binary 100100 1010011 10010100 1001100 101100 0 101010 11010111 111101 100100

Color Harmonies of #245394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245394

Black with #245394

Text Example


Text Example

White with #245394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245394; }

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

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

background-color css

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

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

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

border-color css

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

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

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