Html Css Color HEX #255490 Endeavour

📋 copy color: '#255490'

red 37 ◦ green 84 ◦ blue 144

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

Shades of Endeavour #255490

Tints of Endeavour #255490

RGB

 RED value IS 37 (14.84% from 255) = 13.96%

 GREEN value IS 84 (33.2% from 255) = 31.7%

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

R = 13.96%
G = 31.7%
B = 54.34%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#255490 (or 0x255490) is known color: Endeavour. HEX triplet: 25, 54 and 90. RGB value is (37,84,144). Sum of RGB (Red+Green+Blue) = 37+84+144=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #255490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255490 is #DAAB6F. Grayscale: #4C4C4C. Windows color (decimal): -14330736 or 9458725. OLE color: 9458725.

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

Color convert

RGB 37 84 144 -
CMYK 0.74 0.42 0 0.44
HSL 213.64º 0.59% 0.35% -
HSV(B) 213.64º 0.74% 0.56% -
XYZ 8.97 8.75 27.6 -
YUV 76.79 165.93 99.62 -
System Red Green Blue C M Y K H S L
Decimal 37 84 144 0.74 0.42 0 0.44 213.64 0.59 0.35
Hex 25 54 90 4A 2A 0 2C D6 3B 23
Octal 45 124 220 112 52 0 54 326 73 43
Binary 100101 1010100 10010000 1001010 101010 0 101100 11010110 111011 100011

Color Harmonies of #255490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255490

Black with #255490

Text Example


Text Example

White with #255490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255490; }

 p { color: rgb(37,84,144); }

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

background-color css

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

 a { background-color: rgb(37,84,144); }

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

border-color css

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

 span { border-color: rgb(37,84,144); }

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