Html Css Color HEX #308095 Scooter

📋 copy color: '#308095'

red 48 ◦ green 128 ◦ blue 149

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

Shades of Scooter #308095

Tints of Scooter #308095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 14.77%
G = 39.38%
B = 45.85%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#308095 (or 0x308095) is known color: Scooter. HEX triplet: 30, 80 and 95. RGB value is (48,128,149). Sum of RGB (Red+Green+Blue) = 48+128+149=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #308095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308095 is #CF7F6A. Grayscale: #6A6A6A. Windows color (decimal): -13598571 or 9797680. OLE color: 9797680.

HSL color Cylindrical-coordinate representation of color #308095: hue angle of 192.48º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308095 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 128 149 -
CMYK 0.68 0.14 0 0.42
HSL 192.48º 0.51% 0.39% -
HSV(B) 192.48º 0.68% 0.58% -
XYZ 14.36 18.24 31.2 -
YUV 106.47 152 86.29 -
System Red Green Blue C M Y K H S L
Decimal 48 128 149 0.68 0.14 0 0.42 192.48 0.51 0.39
Hex 30 80 95 44 E 0 2A C0 33 27
Octal 60 200 225 104 16 0 52 300 63 47
Binary 110000 10000000 10010101 1000100 1110 0 101010 11000000 110011 100111

Color Harmonies of #308095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308095

Black with #308095

Text Example


Text Example

White with #308095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308095; }

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

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

background-color css

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

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

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

border-color css

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

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

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