Html Css Color HEX #255997 Endeavour

📋 copy color: '#255997'

red 37 ◦ green 89 ◦ blue 151

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

Shades of Endeavour #255997

Tints of Endeavour #255997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 54.51%

R = 13.36%
G = 32.13%
B = 54.51%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#255997 (or 0x255997) is known color: Endeavour. HEX triplet: 25, 59 and 97. RGB value is (37,89,151). Sum of RGB (Red+Green+Blue) = 37+89+151=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #255997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255997 is #DAA668. Grayscale: #505050. Windows color (decimal): -14329449 or 9918757. OLE color: 9918757.

HSL color Cylindrical-coordinate representation of color #255997: hue angle of 212.63º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255997 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 89 151 -
CMYK 0.75 0.41 0 0.41
HSL 212.63º 0.61% 0.37% -
HSV(B) 212.63º 0.75% 0.59% -
XYZ 9.92 9.77 30.64 -
YUV 80.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 37 89 151 0.75 0.41 0 0.41 212.63 0.61 0.37
Hex 25 59 97 4B 29 0 29 D5 3D 25
Octal 45 131 227 113 51 0 51 325 75 45
Binary 100101 1011001 10010111 1001011 101001 0 101001 11010101 111101 100101

Color Harmonies of #255997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255997

Black with #255997

Text Example


Text Example

White with #255997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255997; }

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

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

background-color css

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

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

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

border-color css

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

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

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