Html Css Color HEX #308CAC Scooter

📋 copy color: '#308CAC'

red 48 ◦ green 140 ◦ blue 172

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

Shades of Scooter #308CAC

Tints of Scooter #308CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.89%

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

R = 13.33%
G = 38.89%
B = 47.78%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#308CAC (or 0x308CAC) is known color: Scooter. HEX triplet: 30, 8C and AC. RGB value is (48,140,172). Sum of RGB (Red+Green+Blue) = 48+140+172=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #308CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308CAC is #CF7353. Grayscale: #737373. Windows color (decimal): -13595476 or 11308080. OLE color: 11308080.

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

Color convert

RGB 48 140 172 -
CMYK 0.72 0.19 0 0.33
HSL 195.48º 0.56% 0.43% -
HSV(B) 195.48º 0.72% 0.67% -
XYZ 18.04 22.36 42.4 -
YUV 116.14 159.52 79.4 -
System Red Green Blue C M Y K H S L
Decimal 48 140 172 0.72 0.19 0 0.33 195.48 0.56 0.43
Hex 30 8C AC 48 13 0 21 C3 38 2B
Octal 60 214 254 110 23 0 41 303 70 53
Binary 110000 10001100 10101100 1001000 10011 0 100001 11000011 111000 101011

Color Harmonies of #308CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CAC

Black with #308CAC

Text Example


Text Example

White with #308CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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