Html Css Color HEX #308997 Scooter

📋 copy color: '#308997'

red 48 ◦ green 137 ◦ blue 151

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

Shades of Scooter #308997

Tints of Scooter #308997

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 14.29%
G = 40.77%
B = 44.94%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#308997 (or 0x308997) is known color: Scooter. HEX triplet: 30, 89 and 97. RGB value is (48,137,151). Sum of RGB (Red+Green+Blue) = 48+137+151=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #308997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308997 is #CF7668. Grayscale: #6F6F6F. Windows color (decimal): -13596265 or 9931056. OLE color: 9931056.

HSL color Cylindrical-coordinate representation of color #308997: hue angle of 188.16º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308997 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 137 151 -
CMYK 0.68 0.09 0 0.41
HSL 188.16º 0.52% 0.39% -
HSV(B) 188.16º 0.68% 0.59% -
XYZ 15.75 20.75 32.45 -
YUV 111.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 48 137 151 0.68 0.09 0 0.41 188.16 0.52 0.39
Hex 30 89 97 44 9 0 29 BC 34 27
Octal 60 211 227 104 11 0 51 274 64 47
Binary 110000 10001001 10010111 1000100 1001 0 101001 10111100 110100 100111

Color Harmonies of #308997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308997

Black with #308997

Text Example


Text Example

White with #308997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308997; }

 p { color: rgb(48,137,151); }

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

background-color css

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

 a { background-color: rgb(48,137,151); }

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

border-color css

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

 span { border-color: rgb(48,137,151); }

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