Html Css Color HEX #245690 Endeavour

📋 copy color: '#245690'

red 36 ◦ green 86 ◦ blue 144

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

Shades of Endeavour #245690

Tints of Endeavour #245690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 13.53%
G = 32.33%
B = 54.14%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#245690 (or 0x245690) is known color: Endeavour. HEX triplet: 24, 56 and 90. RGB value is (36,86,144). Sum of RGB (Red+Green+Blue) = 36+86+144=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #245690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245690 is #DBA96F. Grayscale: #4D4D4D. Windows color (decimal): -14395760 or 9459236. OLE color: 9459236.

HSL color Cylindrical-coordinate representation of color #245690: hue angle of 212.22º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245690 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 86 144 -
CMYK 0.75 0.40 0 0.44
HSL 212.22º 0.6% 0.35% -
HSV(B) 212.22º 0.75% 0.56% -
XYZ 9.09 9.04 27.65 -
YUV 77.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 36 86 144 0.75 0.40 0 0.44 212.22 0.6 0.35
Hex 24 56 90 4B 28 0 2C D4 3C 23
Octal 44 126 220 113 50 0 54 324 74 43
Binary 100100 1010110 10010000 1001011 101000 0 101100 11010100 111100 100011

Color Harmonies of #245690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245690

Black with #245690

Text Example


Text Example

White with #245690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245690; }

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

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

background-color css

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

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

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

border-color css

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

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

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