Html Css Color HEX #255785 Endeavour

📋 copy color: '#255785'

red 37 ◦ green 87 ◦ blue 133

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

Shades of Endeavour #255785

Tints of Endeavour #255785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.85%

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

R = 14.4%
G = 33.85%
B = 51.75%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#255785 (or 0x255785) is known color: Endeavour. HEX triplet: 25, 57 and 85. RGB value is (37,87,133). Sum of RGB (Red+Green+Blue) = 37+87+133=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #255785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255785 is #DAA87A. Grayscale: #4D4D4D. Windows color (decimal): -14329979 or 8738597. OLE color: 8738597.

HSL color Cylindrical-coordinate representation of color #255785: hue angle of 208.75º 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 #255785 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 87 133 -
CMYK 0.72 0.35 0 0.48
HSL 208.75º 0.56% 0.33% -
HSV(B) 208.75º 0.72% 0.52% -
XYZ 8.4 8.9 23.47 -
YUV 77.29 159.44 99.26 -
System Red Green Blue C M Y K H S L
Decimal 37 87 133 0.72 0.35 0 0.48 208.75 0.56 0.33
Hex 25 57 85 48 23 0 30 D1 38 21
Octal 45 127 205 110 43 0 60 321 70 41
Binary 100101 1010111 10000101 1001000 100011 0 110000 11010001 111000 100001

Color Harmonies of #255785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255785

Black with #255785

Text Example


Text Example

White with #255785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255785; }

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

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

background-color css

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

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

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

border-color css

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

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

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