Html Css Color HEX #245390 Endeavour

📋 copy color: '#245390'

red 36 ◦ green 83 ◦ blue 144

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

Shades of Endeavour #245390

Tints of Endeavour #245390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.56%

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

R = 13.69%
G = 31.56%
B = 54.75%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#245390 (or 0x245390) is known color: Endeavour. HEX triplet: 24, 53 and 90. RGB value is (36,83,144). Sum of RGB (Red+Green+Blue) = 36+83+144=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #245390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245390 is #DBAC6F. Grayscale: #4B4B4B. Windows color (decimal): -14396528 or 9458468. OLE color: 9458468.

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

Color convert

RGB 36 83 144 -
CMYK 0.75 0.42 0 0.44
HSL 213.89º 0.6% 0.35% -
HSV(B) 213.89º 0.75% 0.56% -
XYZ 8.85 8.58 27.57 -
YUV 75.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 36 83 144 0.75 0.42 0 0.44 213.89 0.6 0.35
Hex 24 53 90 4B 2A 0 2C D6 3C 23
Octal 44 123 220 113 52 0 54 326 74 43
Binary 100100 1010011 10010000 1001011 101010 0 101100 11010110 111100 100011

Color Harmonies of #245390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245390

Black with #245390

Text Example


Text Example

White with #245390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245390; }

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

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

background-color css

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

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

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

border-color css

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

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

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