Html Css Color HEX #255585 Endeavour

📋 copy color: '#255585'

red 37 ◦ green 85 ◦ blue 133

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

Shades of Endeavour #255585

Tints of Endeavour #255585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 14.51%
G = 33.33%
B = 52.16%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#255585 (or 0x255585) is known color: Endeavour. HEX triplet: 25, 55 and 85. RGB value is (37,85,133). Sum of RGB (Red+Green+Blue) = 37+85+133=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #255585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255585 is #DAAA7A. Grayscale: #4B4B4B. Windows color (decimal): -14330491 or 8738085. OLE color: 8738085.

HSL color Cylindrical-coordinate representation of color #255585: hue angle of 210º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255585 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 85 133 -
CMYK 0.72 0.36 0 0.48
HSL 210º 0.56% 0.33% -
HSV(B) 210º 0.72% 0.52% -
XYZ 8.25 8.58 23.41 -
YUV 76.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 37 85 133 0.72 0.36 0 0.48 210 0.56 0.33
Hex 25 55 85 48 24 0 30 D2 38 21
Octal 45 125 205 110 44 0 60 322 70 41
Binary 100101 1010101 10000101 1001000 100100 0 110000 11010010 111000 100001

Color Harmonies of #255585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255585

Black with #255585

Text Example


Text Example

White with #255585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255585; }

 p { color: rgb(37,85,133); }

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

background-color css

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

 a { background-color: rgb(37,85,133); }

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

border-color css

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

 span { border-color: rgb(37,85,133); }

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