Html Css Color HEX #255891 Endeavour

📋 copy color: '#255891'

red 37 ◦ green 88 ◦ blue 145

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

Shades of Endeavour #255891

Tints of Endeavour #255891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 53.7%

R = 13.7%
G = 32.59%
B = 53.7%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#255891 (or 0x255891) is known color: Endeavour. HEX triplet: 25, 58 and 91. RGB value is (37,88,145). Sum of RGB (Red+Green+Blue) = 37+88+145=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #255891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255891 is #DAA76E. Grayscale: #4E4E4E. Windows color (decimal): -14329711 or 9525285. OLE color: 9525285.

HSL color Cylindrical-coordinate representation of color #255891: hue angle of 211.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #255891 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 88 145 -
CMYK 0.74 0.39 0 0.43
HSL 211.67º 0.59% 0.36% -
HSV(B) 211.67º 0.74% 0.57% -
XYZ 9.36 9.42 28.11 -
YUV 79.25 165.1 97.87 -
System Red Green Blue C M Y K H S L
Decimal 37 88 145 0.74 0.39 0 0.43 211.67 0.59 0.36
Hex 25 58 91 4A 27 0 2B D4 3B 24
Octal 45 130 221 112 47 0 53 324 73 44
Binary 100101 1011000 10010001 1001010 100111 0 101011 11010100 111011 100100

Color Harmonies of #255891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255891

Black with #255891

Text Example


Text Example

White with #255891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255891; }

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

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

background-color css

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

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

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

border-color css

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

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

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