Html Css Color HEX #308097 Scooter

📋 copy color: '#308097'

red 48 ◦ green 128 ◦ blue 151

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

Shades of Scooter #308097

Tints of Scooter #308097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.14%

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

R = 14.68%
G = 39.14%
B = 46.18%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#308097 (or 0x308097) is known color: Scooter. HEX triplet: 30, 80 and 97. RGB value is (48,128,151). Sum of RGB (Red+Green+Blue) = 48+128+151=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #308097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308097 is #CF7F68. Grayscale: #6A6A6A. Windows color (decimal): -13598569 or 9928752. OLE color: 9928752.

HSL color Cylindrical-coordinate representation of color #308097: hue angle of 193.4º 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 #308097 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 128 151 -
CMYK 0.68 0.15 0 0.41
HSL 193.4º 0.52% 0.39% -
HSV(B) 193.4º 0.68% 0.59% -
XYZ 14.52 18.3 32.05 -
YUV 106.7 153 86.13 -
System Red Green Blue C M Y K H S L
Decimal 48 128 151 0.68 0.15 0 0.41 193.4 0.52 0.39
Hex 30 80 97 44 F 0 29 C1 34 27
Octal 60 200 227 104 17 0 51 301 64 47
Binary 110000 10000000 10010111 1000100 1111 0 101001 11000001 110100 100111

Color Harmonies of #308097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308097

Black with #308097

Text Example


Text Example

White with #308097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308097; }

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

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

background-color css

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

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

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

border-color css

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

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

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