Html Css Color HEX #3188AA Scooter

📋 copy color: '#3188AA'

red 49 ◦ green 136 ◦ blue 170

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

Shades of Scooter #3188AA

Tints of Scooter #3188AA

RGB

 RED value IS 49 (19.53% from 255) = 13.8%

 GREEN value IS 136 (53.52% from 255) = 38.31%

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 13.8%
G = 38.31%
B = 47.89%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3188AA (or 0x3188AA) is known color: Scooter. HEX triplet: 31, 88 and AA. RGB value is (49,136,170). Sum of RGB (Red+Green+Blue) = 49+136+170=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #3188AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3188AA is #CE7755. Grayscale: #717171. Windows color (decimal): -13530966 or 11175985. OLE color: 11175985.

HSL color Cylindrical-coordinate representation of color #3188AA: hue angle of 196.86º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3188AA is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 136 170 -
CMYK 0.71 0.20 0 0.33
HSL 196.86º 0.55% 0.43% -
HSV(B) 196.86º 0.71% 0.67% -
XYZ 17.33 21.16 41.2 -
YUV 113.86 159.68 81.74 -
System Red Green Blue C M Y K H S L
Decimal 49 136 170 0.71 0.20 0 0.33 196.86 0.55 0.43
Hex 31 88 AA 47 14 0 21 C5 37 2B
Octal 61 210 252 107 24 0 41 305 67 53
Binary 110001 10001000 10101010 1000111 10100 0 100001 11000101 110111 101011

Color Harmonies of #3188AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3188AA

Black with #3188AA

Text Example


Text Example

White with #3188AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3188AA; }

 p { color: rgb(49,136,170); }

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

background-color css

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

 a { background-color: rgb(49,136,170); }

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

border-color css

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

 span { border-color: rgb(49,136,170); }

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