Html Css Color HEX #308DAC Scooter

📋 copy color: '#308DAC'

red 48 ◦ green 141 ◦ blue 172

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

Shades of Scooter #308DAC

Tints of Scooter #308DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.06%

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

R = 13.3%
G = 39.06%
B = 47.65%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#308DAC (or 0x308DAC) is known color: Scooter. HEX triplet: 30, 8D and AC. RGB value is (48,141,172). Sum of RGB (Red+Green+Blue) = 48+141+172=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #308DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308DAC is #CF7253. Grayscale: #747474. Windows color (decimal): -13595220 or 11308336. OLE color: 11308336.

HSL color Cylindrical-coordinate representation of color #308DAC: hue angle of 195º 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 #308DAC is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 141 172 -
CMYK 0.72 0.18 0 0.33
HSL 195º 0.56% 0.43% -
HSV(B) 195º 0.72% 0.67% -
XYZ 18.19 22.66 42.44 -
YUV 116.73 159.19 78.98 -
System Red Green Blue C M Y K H S L
Decimal 48 141 172 0.72 0.18 0 0.33 195 0.56 0.43
Hex 30 8D AC 48 12 0 21 C3 38 2B
Octal 60 215 254 110 22 0 41 303 70 53
Binary 110000 10001101 10101100 1001000 10010 0 100001 11000011 111000 101011

Color Harmonies of #308DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DAC

Black with #308DAC

Text Example


Text Example

White with #308DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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