Html Css Color HEX #3088AC Scooter

📋 copy color: '#3088AC'

red 48 ◦ green 136 ◦ blue 172

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

Shades of Scooter #3088AC

Tints of Scooter #3088AC

RGB

 RED value IS 48 (19.14% from 255) = 13.48%

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

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 13.48%
G = 38.2%
B = 48.31%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3088AC (or 0x3088AC) is known color: Scooter. HEX triplet: 30, 88 and AC. RGB value is (48,136,172). Sum of RGB (Red+Green+Blue) = 48+136+172=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #3088AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3088AC is #CF7753. Grayscale: #717171. Windows color (decimal): -13596500 or 11307056. OLE color: 11307056.

HSL color Cylindrical-coordinate representation of color #3088AC: hue angle of 197.42º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3088AC is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 136 172 -
CMYK 0.72 0.21 0 0.33
HSL 197.42º 0.56% 0.43% -
HSV(B) 197.42º 0.72% 0.67% -
XYZ 17.47 21.22 42.2 -
YUV 113.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 48 136 172 0.72 0.21 0 0.33 197.42 0.56 0.43
Hex 30 88 AC 48 15 0 21 C5 38 2B
Octal 60 210 254 110 25 0 41 305 70 53
Binary 110000 10001000 10101100 1001000 10101 0 100001 11000101 111000 101011

Color Harmonies of #3088AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3088AC

Black with #3088AC

Text Example


Text Example

White with #3088AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3088AC; }

 p { color: rgb(48,136,172); }

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

background-color css

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

 a { background-color: rgb(48,136,172); }

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

border-color css

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

 span { border-color: rgb(48,136,172); }

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