Html Css Color HEX #255690 Endeavour

📋 copy color: '#255690'

red 37 ◦ green 86 ◦ blue 144

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

Shades of Endeavour #255690

Tints of Endeavour #255690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.21%

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

R = 13.86%
G = 32.21%
B = 53.93%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#255690 (or 0x255690) is known color: Endeavour. HEX triplet: 25, 56 and 90. RGB value is (37,86,144). Sum of RGB (Red+Green+Blue) = 37+86+144=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #255690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255690 is #DAA96F. Grayscale: #4D4D4D. Windows color (decimal): -14330224 or 9459237. OLE color: 9459237.

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

Color convert

RGB 37 86 144 -
CMYK 0.74 0.40 0 0.44
HSL 212.52º 0.59% 0.35% -
HSV(B) 212.52º 0.74% 0.56% -
XYZ 9.12 9.06 27.65 -
YUV 77.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 37 86 144 0.74 0.40 0 0.44 212.52 0.59 0.35
Hex 25 56 90 4A 28 0 2C D5 3B 23
Octal 45 126 220 112 50 0 54 325 73 43
Binary 100101 1010110 10010000 1001010 101000 0 101100 11010101 111011 100011

Color Harmonies of #255690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255690

Black with #255690

Text Example


Text Example

White with #255690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255690; }

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

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

background-color css

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

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

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

border-color css

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

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

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