Html Css Color HEX #255689 Endeavour

📋 copy color: '#255689'

red 37 ◦ green 86 ◦ blue 137

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

Shades of Endeavour #255689

Tints of Endeavour #255689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.69%

R = 14.23%
G = 33.08%
B = 52.69%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#255689 (or 0x255689) is known color: Endeavour. HEX triplet: 25, 56 and 89. RGB value is (37,86,137). Sum of RGB (Red+Green+Blue) = 37+86+137=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #255689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255689 is #DAA976. Grayscale: #4C4C4C. Windows color (decimal): -14330231 or 9000485. OLE color: 9000485.

HSL color Cylindrical-coordinate representation of color #255689: hue angle of 210.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255689 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 86 137 -
CMYK 0.73 0.37 0 0.46
HSL 210.6º 0.57% 0.34% -
HSV(B) 210.6º 0.73% 0.54% -
XYZ 8.61 8.86 24.92 -
YUV 77.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 37 86 137 0.73 0.37 0 0.46 210.6 0.57 0.34
Hex 25 56 89 49 25 0 2E D3 39 22
Octal 45 126 211 111 45 0 56 323 71 42
Binary 100101 1010110 10001001 1001001 100101 0 101110 11010011 111001 100010

Color Harmonies of #255689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255689

Black with #255689

Text Example


Text Example

White with #255689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255689; }

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

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

background-color css

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

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

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

border-color css

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

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

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