Html Css Color HEX #245695 Endeavour

📋 copy color: '#245695'

red 36 ◦ green 86 ◦ blue 149

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

Shades of Endeavour #245695

Tints of Endeavour #245695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.98%

R = 13.28%
G = 31.73%
B = 54.98%

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

#245695 (or 0x245695) is known color: Endeavour. HEX triplet: 24, 56 and 95. RGB value is (36,86,149). Sum of RGB (Red+Green+Blue) = 36+86+149=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #245695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245695 is #DBA96A. Grayscale: #4D4D4D. Windows color (decimal): -14395755 or 9786916. OLE color: 9786916.

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

Color convert

RGB 36 86 149 -
CMYK 0.76 0.42 0 0.42
HSL 213.45º 0.61% 0.36% -
HSV(B) 213.45º 0.76% 0.58% -
XYZ 9.48 9.2 29.71 -
YUV 78.23 167.94 97.88 -
System Red Green Blue C M Y K H S L
Decimal 36 86 149 0.76 0.42 0 0.42 213.45 0.61 0.36
Hex 24 56 95 4C 2A 0 2A D5 3D 24
Octal 44 126 225 114 52 0 52 325 75 44
Binary 100100 1010110 10010101 1001100 101010 0 101010 11010101 111101 100100

Color Harmonies of #245695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245695

Black with #245695

Text Example


Text Example

White with #245695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245695; }

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

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

background-color css

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

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

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

border-color css

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

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

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