Html Css Color HEX #255285 Endeavour

📋 copy color: '#255285'

red 37 ◦ green 82 ◦ blue 133

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

Shades of Endeavour #255285

Tints of Endeavour #255285

RGB

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

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

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

R = 14.68%
G = 32.54%
B = 52.78%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#255285 (or 0x255285) is known color: Endeavour. HEX triplet: 25, 52 and 85. RGB value is (37,82,133). Sum of RGB (Red+Green+Blue) = 37+82+133=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #255285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255285 is #DAAD7A. Grayscale: #4A4A4A. Windows color (decimal): -14331259 or 8737317. OLE color: 8737317.

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

Color convert

RGB 37 82 133 -
CMYK 0.72 0.38 0 0.48
HSL 211.88º 0.56% 0.33% -
HSV(B) 211.88º 0.72% 0.52% -
XYZ 8.01 8.12 23.34 -
YUV 74.36 161.09 101.35 -
System Red Green Blue C M Y K H S L
Decimal 37 82 133 0.72 0.38 0 0.48 211.88 0.56 0.33
Hex 25 52 85 48 26 0 30 D4 38 21
Octal 45 122 205 110 46 0 60 324 70 41
Binary 100101 1010010 10000101 1001000 100110 0 110000 11010100 111000 100001

Color Harmonies of #255285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255285

Black with #255285

Text Example


Text Example

White with #255285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255285; }

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

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

background-color css

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

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

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

border-color css

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

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

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