Html Css Color HEX #255297 Endeavour

📋 copy color: '#255297'

red 37 ◦ green 82 ◦ blue 151

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

Shades of Endeavour #255297

Tints of Endeavour #255297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

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

R = 13.7%
G = 30.37%
B = 55.93%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#255297 (or 0x255297) is known color: Endeavour. HEX triplet: 25, 52 and 97. RGB value is (37,82,151). Sum of RGB (Red+Green+Blue) = 37+82+151=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #255297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255297 is #DAAD68. Grayscale: #4C4C4C. Windows color (decimal): -14331241 or 9916965. OLE color: 9916965.

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

Color convert

RGB 37 82 151 -
CMYK 0.75 0.46 0 0.41
HSL 216.32º 0.61% 0.37% -
HSV(B) 216.32º 0.75% 0.59% -
XYZ 9.37 8.66 30.46 -
YUV 76.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 37 82 151 0.75 0.46 0 0.41 216.32 0.61 0.37
Hex 25 52 97 4B 2E 0 29 D8 3D 25
Octal 45 122 227 113 56 0 51 330 75 45
Binary 100101 1010010 10010111 1001011 101110 0 101001 11011000 111101 100101

Color Harmonies of #255297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255297

Black with #255297

Text Example


Text Example

White with #255297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255297; }

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

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

background-color css

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

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

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

border-color css

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

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

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