Html Css Color HEX #255A99 Endeavour

📋 copy color: '#255A99'

red 37 ◦ green 90 ◦ blue 153

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

Shades of Endeavour #255A99

Tints of Endeavour #255A99

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.14%

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

R = 13.21%
G = 32.14%
B = 54.64%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#255A99 (or 0x255A99) is known color: Endeavour. HEX triplet: 25, 5A and 99. RGB value is (37,90,153). Sum of RGB (Red+Green+Blue) = 37+90+153=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #255A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A99 is #DAA566. Grayscale: #515151. Windows color (decimal): -14329191 or 10050085. OLE color: 10050085.

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

Color convert

RGB 37 90 153 -
CMYK 0.76 0.41 0 0.4
HSL 212.59º 0.61% 0.37% -
HSV(B) 212.59º 0.76% 0.6% -
XYZ 10.17 10.01 31.53 -
YUV 81.34 168.44 96.38 -
System Red Green Blue C M Y K H S L
Decimal 37 90 153 0.76 0.41 0 0.4 212.59 0.61 0.37
Hex 25 5A 99 4C 29 0 28 D5 3D 25
Octal 45 132 231 114 51 0 50 325 75 45
Binary 100101 1011010 10011001 1001100 101001 0 101000 11010101 111101 100101

Color Harmonies of #255A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A99

Black with #255A99

Text Example


Text Example

White with #255A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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