Html Css Color HEX #308D99 Scooter

📋 copy color: '#308D99'

red 48 ◦ green 141 ◦ blue 153

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

Shades of Scooter #308D99

Tints of Scooter #308D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.74%

R = 14.04%
G = 41.23%
B = 44.74%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#308D99 (or 0x308D99) is known color: Scooter. HEX triplet: 30, 8D and 99. RGB value is (48,141,153). Sum of RGB (Red+Green+Blue) = 48+141+153=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #308D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308D99 is #CF7266. Grayscale: #727272. Windows color (decimal): -13595239 or 10063152. OLE color: 10063152.

HSL color Cylindrical-coordinate representation of color #308D99: hue angle of 186.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308D99 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 141 153 -
CMYK 0.69 0.08 0 0.4
HSL 186.86º 0.52% 0.39% -
HSV(B) 186.86º 0.69% 0.6% -
XYZ 16.49 21.98 33.51 -
YUV 114.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 48 141 153 0.69 0.08 0 0.4 186.86 0.52 0.39
Hex 30 8D 99 45 8 0 28 BB 34 27
Octal 60 215 231 105 10 0 50 273 64 47
Binary 110000 10001101 10011001 1000101 1000 0 101000 10111011 110100 100111

Color Harmonies of #308D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D99

Black with #308D99

Text Example


Text Example

White with #308D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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