Html Css Color HEX #245890 Endeavour

📋 copy color: '#245890'

red 36 ◦ green 88 ◦ blue 144

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

Shades of Endeavour #245890

Tints of Endeavour #245890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.84%

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

R = 13.43%
G = 32.84%
B = 53.73%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#245890 (or 0x245890) is known color: Endeavour. HEX triplet: 24, 58 and 90. RGB value is (36,88,144). Sum of RGB (Red+Green+Blue) = 36+88+144=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #245890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245890 is #DBA76F. Grayscale: #4E4E4E. Windows color (decimal): -14395248 or 9459748. OLE color: 9459748.

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

Color convert

RGB 36 88 144 -
CMYK 0.75 0.39 0 0.44
HSL 211.11º 0.6% 0.35% -
HSV(B) 211.11º 0.75% 0.56% -
XYZ 9.25 9.37 27.71 -
YUV 78.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 36 88 144 0.75 0.39 0 0.44 211.11 0.6 0.35
Hex 24 58 90 4B 27 0 2C D3 3C 23
Octal 44 130 220 113 47 0 54 323 74 43
Binary 100100 1011000 10010000 1001011 100111 0 101100 11010011 111100 100011

Color Harmonies of #245890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245890

Black with #245890

Text Example


Text Example

White with #245890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245890; }

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

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

background-color css

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

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

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

border-color css

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

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

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