Html Css Color HEX #255097 Endeavour

📋 copy color: '#255097'

red 37 ◦ green 80 ◦ blue 151

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

Shades of Endeavour #255097

Tints of Endeavour #255097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 13.81%
G = 29.85%
B = 56.34%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#255097 (or 0x255097) is known color: Endeavour. HEX triplet: 25, 50 and 97. RGB value is (37,80,151). Sum of RGB (Red+Green+Blue) = 37+80+151=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #255097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255097 is #DAAF68. Grayscale: #4A4A4A. Windows color (decimal): -14331753 or 9916453. OLE color: 9916453.

HSL color Cylindrical-coordinate representation of color #255097: hue angle of 217.37º 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 #255097 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 80 151 -
CMYK 0.75 0.47 0 0.41
HSL 217.37º 0.61% 0.37% -
HSV(B) 217.37º 0.75% 0.59% -
XYZ 9.22 8.37 30.41 -
YUV 75.24 170.75 100.73 -
System Red Green Blue C M Y K H S L
Decimal 37 80 151 0.75 0.47 0 0.41 217.37 0.61 0.37
Hex 25 50 97 4B 2F 0 29 D9 3D 25
Octal 45 120 227 113 57 0 51 331 75 45
Binary 100101 1010000 10010111 1001011 101111 0 101001 11011001 111101 100101

Color Harmonies of #255097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255097

Black with #255097

Text Example


Text Example

White with #255097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255097; }

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

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

background-color css

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

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

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

border-color css

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

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

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