Html Css Color HEX #2E85AB Scooter

📋 copy color: '#2E85AB'

red 46 ◦ green 133 ◦ blue 171

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

Shades of Scooter #2E85AB

Tints of Scooter #2E85AB

RGB

 RED value IS 46 (18.36% from 255) = 13.14%

 GREEN value IS 133 (52.34% from 255) = 38%

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 13.14%
G = 38%
B = 48.86%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E85AB (or 0x2E85AB) is known color: Scooter. HEX triplet: 2E, 85 and AB. RGB value is (46,133,171). Sum of RGB (Red+Green+Blue) = 46+133+171=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E85AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E85AB is #D17A54. Grayscale: #6F6F6F. Windows color (decimal): -13728341 or 11240750. OLE color: 11240750.

HSL color Cylindrical-coordinate representation of color #2E85AB: hue angle of 198.24º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E85AB is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 133 171 -
CMYK 0.73 0.22 0 0.33
HSL 198.24º 0.58% 0.43% -
HSV(B) 198.24º 0.73% 0.67% -
XYZ 16.86 20.3 41.56 -
YUV 111.32 161.68 81.41 -
System Red Green Blue C M Y K H S L
Decimal 46 133 171 0.73 0.22 0 0.33 198.24 0.58 0.43
Hex 2E 85 AB 49 16 0 21 C6 3A 2B
Octal 56 205 253 111 26 0 41 306 72 53
Binary 101110 10000101 10101011 1001001 10110 0 100001 11000110 111010 101011

Color Harmonies of #2E85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E85AB

Black with #2E85AB

Text Example


Text Example

White with #2E85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E85AB; }

 p { color: rgb(46,133,171); }

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

background-color css

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

 a { background-color: rgb(46,133,171); }

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

border-color css

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

 span { border-color: rgb(46,133,171); }

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