Html Css Color HEX #255397 Endeavour

📋 copy color: '#255397'

red 37 ◦ green 83 ◦ blue 151

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

Shades of Endeavour #255397

Tints of Endeavour #255397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

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

R = 13.65%
G = 30.63%
B = 55.72%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#255397 (or 0x255397) is known color: Endeavour. HEX triplet: 25, 53 and 97. RGB value is (37,83,151). Sum of RGB (Red+Green+Blue) = 37+83+151=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #255397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255397 is #DAAC68. Grayscale: #4C4C4C. Windows color (decimal): -14330985 or 9917221. OLE color: 9917221.

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

Color convert

RGB 37 83 151 -
CMYK 0.75 0.45 0 0.41
HSL 215.79º 0.61% 0.37% -
HSV(B) 215.79º 0.75% 0.59% -
XYZ 9.44 8.81 30.48 -
YUV 77 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 37 83 151 0.75 0.45 0 0.41 215.79 0.61 0.37
Hex 25 53 97 4B 2D 0 29 D8 3D 25
Octal 45 123 227 113 55 0 51 330 75 45
Binary 100101 1010011 10010111 1001011 101101 0 101001 11011000 111101 100101

Color Harmonies of #255397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255397

Black with #255397

Text Example


Text Example

White with #255397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255397; }

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

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

background-color css

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

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

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

border-color css

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

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

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