Html Css Color HEX #245290 Endeavour

📋 copy color: '#245290'

red 36 ◦ green 82 ◦ blue 144

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

Shades of Endeavour #245290

Tints of Endeavour #245290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.3%

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

R = 13.74%
G = 31.3%
B = 54.96%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#245290 (or 0x245290) is known color: Endeavour. HEX triplet: 24, 52 and 90. RGB value is (36,82,144). Sum of RGB (Red+Green+Blue) = 36+82+144=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #245290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245290 is #DBAD6F. Grayscale: #4B4B4B. Windows color (decimal): -14396784 or 9458212. OLE color: 9458212.

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

Color convert

RGB 36 82 144 -
CMYK 0.75 0.43 0 0.44
HSL 214.44º 0.6% 0.35% -
HSV(B) 214.44º 0.75% 0.56% -
XYZ 8.78 8.42 27.55 -
YUV 75.31 166.76 99.96 -
System Red Green Blue C M Y K H S L
Decimal 36 82 144 0.75 0.43 0 0.44 214.44 0.6 0.35
Hex 24 52 90 4B 2B 0 2C D6 3C 23
Octal 44 122 220 113 53 0 54 326 74 43
Binary 100100 1010010 10010000 1001011 101011 0 101100 11010110 111100 100011

Color Harmonies of #245290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245290

Black with #245290

Text Example


Text Example

White with #245290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245290; }

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

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

background-color css

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

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

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

border-color css

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

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

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