Html Css Color HEX #255F99 Endeavour

📋 copy color: '#255F99'

red 37 ◦ green 95 ◦ blue 153

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

Shades of Endeavour #255F99

Tints of Endeavour #255F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.33%

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

R = 12.98%
G = 33.33%
B = 53.68%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#255F99 (or 0x255F99) is known color: Endeavour. HEX triplet: 25, 5F and 99. RGB value is (37,95,153). Sum of RGB (Red+Green+Blue) = 37+95+153=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #255F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F99 is #DAA066. Grayscale: #535353. Windows color (decimal): -14327911 or 10051365. OLE color: 10051365.

HSL color Cylindrical-coordinate representation of color #255F99: hue angle of 210º 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 #255F99 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 95 153 -
CMYK 0.76 0.38 0 0.4
HSL 210º 0.61% 0.37% -
HSV(B) 210º 0.76% 0.6% -
XYZ 10.6 10.88 31.68 -
YUV 84.27 166.78 94.28 -
System Red Green Blue C M Y K H S L
Decimal 37 95 153 0.76 0.38 0 0.4 210 0.61 0.37
Hex 25 5F 99 4C 26 0 28 D2 3D 25
Octal 45 137 231 114 46 0 50 322 75 45
Binary 100101 1011111 10011001 1001100 100110 0 101000 11010010 111101 100101

Color Harmonies of #255F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F99

Black with #255F99

Text Example


Text Example

White with #255F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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