Html Css Color HEX #255890 Endeavour

📋 copy color: '#255890'

red 37 ◦ green 88 ◦ blue 144

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

Shades of Endeavour #255890

Tints of Endeavour #255890

RGB

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

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

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

R = 13.75%
G = 32.71%
B = 53.53%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#255890 (or 0x255890) is known color: Endeavour. HEX triplet: 25, 58 and 90. RGB value is (37,88,144). Sum of RGB (Red+Green+Blue) = 37+88+144=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #255890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255890 is #DAA76F. Grayscale: #4E4E4E. Windows color (decimal): -14329712 or 9459749. OLE color: 9459749.

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

Color convert

RGB 37 88 144 -
CMYK 0.74 0.39 0 0.44
HSL 211.4º 0.59% 0.35% -
HSV(B) 211.4º 0.74% 0.56% -
XYZ 9.29 9.39 27.71 -
YUV 79.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 37 88 144 0.74 0.39 0 0.44 211.4 0.59 0.35
Hex 25 58 90 4A 27 0 2C D3 3B 23
Octal 45 130 220 112 47 0 54 323 73 43
Binary 100101 1011000 10010000 1001010 100111 0 101100 11010011 111011 100011

Color Harmonies of #255890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255890

Black with #255890

Text Example


Text Example

White with #255890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255890; }

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

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

background-color css

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

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

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

border-color css

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

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

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