Html Css Color HEX #308DAA Scooter

📋 copy color: '#308DAA'

red 48 ◦ green 141 ◦ blue 170

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

Shades of Scooter #308DAA

Tints of Scooter #308DAA

RGB

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

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

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

R = 13.37%
G = 39.28%
B = 47.35%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#308DAA (or 0x308DAA) is known color: Scooter. HEX triplet: 30, 8D and AA. RGB value is (48,141,170). Sum of RGB (Red+Green+Blue) = 48+141+170=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #308DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308DAA is #CF7255. Grayscale: #747474. Windows color (decimal): -13595222 or 11177264. OLE color: 11177264.

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

Color convert

RGB 48 141 170 -
CMYK 0.72 0.17 0 0.33
HSL 194.26º 0.56% 0.43% -
HSV(B) 194.26º 0.72% 0.67% -
XYZ 18 22.58 41.44 -
YUV 116.5 158.19 79.14 -
System Red Green Blue C M Y K H S L
Decimal 48 141 170 0.72 0.17 0 0.33 194.26 0.56 0.43
Hex 30 8D AA 48 11 0 21 C2 38 2B
Octal 60 215 252 110 21 0 41 302 70 53
Binary 110000 10001101 10101010 1001000 10001 0 100001 11000010 111000 101011

Color Harmonies of #308DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DAA

Black with #308DAA

Text Example


Text Example

White with #308DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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