Html Css Color HEX #308B99 Scooter

📋 copy color: '#308B99'

red 48 ◦ green 139 ◦ blue 153

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

Shades of Scooter #308B99

Tints of Scooter #308B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.88%

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

R = 14.12%
G = 40.88%
B = 45%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#308B99 (or 0x308B99) is known color: Scooter. HEX triplet: 30, 8B and 99. RGB value is (48,139,153). Sum of RGB (Red+Green+Blue) = 48+139+153=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #308B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308B99 is #CF7466. Grayscale: #717171. Windows color (decimal): -13595751 or 10062640. OLE color: 10062640.

HSL color Cylindrical-coordinate representation of color #308B99: hue angle of 188º 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 #308B99 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 139 153 -
CMYK 0.69 0.09 0 0.4
HSL 188º 0.52% 0.39% -
HSV(B) 188º 0.69% 0.6% -
XYZ 16.2 21.39 33.41 -
YUV 113.39 150.35 81.36 -
System Red Green Blue C M Y K H S L
Decimal 48 139 153 0.69 0.09 0 0.4 188 0.52 0.39
Hex 30 8B 99 45 9 0 28 BC 34 27
Octal 60 213 231 105 11 0 50 274 64 47
Binary 110000 10001011 10011001 1000101 1001 0 101000 10111100 110100 100111

Color Harmonies of #308B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B99

Black with #308B99

Text Example


Text Example

White with #308B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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