Html Css Color HEX #255990 Endeavour

📋 copy color: '#255990'

red 37 ◦ green 89 ◦ blue 144

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

Shades of Endeavour #255990

Tints of Endeavour #255990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

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

R = 13.7%
G = 32.96%
B = 53.33%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#255990 (or 0x255990) is known color: Endeavour. HEX triplet: 25, 59 and 90. RGB value is (37,89,144). Sum of RGB (Red+Green+Blue) = 37+89+144=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #255990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255990 is #DAA66F. Grayscale: #4F4F4F. Windows color (decimal): -14329456 or 9460005. OLE color: 9460005.

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

Color convert

RGB 37 89 144 -
CMYK 0.74 0.38 0 0.44
HSL 210.84º 0.59% 0.35% -
HSV(B) 210.84º 0.74% 0.56% -
XYZ 9.37 9.55 27.74 -
YUV 79.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 37 89 144 0.74 0.38 0 0.44 210.84 0.59 0.35
Hex 25 59 90 4A 26 0 2C D3 3B 23
Octal 45 131 220 112 46 0 54 323 73 43
Binary 100101 1011001 10010000 1001010 100110 0 101100 11010011 111011 100011

Color Harmonies of #255990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255990

Black with #255990

Text Example


Text Example

White with #255990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255990; }

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

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

background-color css

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

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

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

border-color css

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

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

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