Html Css Color HEX #255299 Endeavour

📋 copy color: '#255299'

red 37 ◦ green 82 ◦ blue 153

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

Shades of Endeavour #255299

Tints of Endeavour #255299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.25%

R = 13.6%
G = 30.15%
B = 56.25%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#255299 (or 0x255299) is known color: Endeavour. HEX triplet: 25, 52 and 99. RGB value is (37,82,153). Sum of RGB (Red+Green+Blue) = 37+82+153=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #255299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255299 is #DAAD66. Grayscale: #4C4C4C. Windows color (decimal): -14331239 or 10048037. OLE color: 10048037.

HSL color Cylindrical-coordinate representation of color #255299: hue angle of 216.72º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255299 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 82 153 -
CMYK 0.76 0.46 0 0.4
HSL 216.72º 0.61% 0.37% -
HSV(B) 216.72º 0.76% 0.6% -
XYZ 9.53 8.73 31.32 -
YUV 76.64 171.09 99.73 -
System Red Green Blue C M Y K H S L
Decimal 37 82 153 0.76 0.46 0 0.4 216.72 0.61 0.37
Hex 25 52 99 4C 2E 0 28 D9 3D 25
Octal 45 122 231 114 56 0 50 331 75 45
Binary 100101 1010010 10011001 1001100 101110 0 101000 11011001 111101 100101

Color Harmonies of #255299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255299

Black with #255299

Text Example


Text Example

White with #255299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255299; }

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

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

background-color css

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

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

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

border-color css

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

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

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