Html Css Color HEX #245694 Endeavour

📋 copy color: '#245694'

red 36 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #245694

Tints of Endeavour #245694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

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

R = 13.33%
G = 31.85%
B = 54.81%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#245694 (or 0x245694) is known color: Endeavour. HEX triplet: 24, 56 and 94. RGB value is (36,86,148). Sum of RGB (Red+Green+Blue) = 36+86+148=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #245694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245694 is #DBA96B. Grayscale: #4D4D4D. Windows color (decimal): -14395756 or 9721380. OLE color: 9721380.

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

Color convert

RGB 36 86 148 -
CMYK 0.76 0.42 0 0.42
HSL 213.21º 0.61% 0.36% -
HSV(B) 213.21º 0.76% 0.58% -
XYZ 9.4 9.17 29.29 -
YUV 78.12 167.44 97.96 -
System Red Green Blue C M Y K H S L
Decimal 36 86 148 0.76 0.42 0 0.42 213.21 0.61 0.36
Hex 24 56 94 4C 2A 0 2A D5 3D 24
Octal 44 126 224 114 52 0 52 325 75 44
Binary 100100 1010110 10010100 1001100 101010 0 101010 11010101 111101 100100

Color Harmonies of #245694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245694

Black with #245694

Text Example


Text Example

White with #245694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245694; }

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

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

background-color css

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

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

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

border-color css

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

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

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