Html Css Color HEX #308296 Scooter

📋 copy color: '#308296'

red 48 ◦ green 130 ◦ blue 150

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

Shades of Scooter #308296

Tints of Scooter #308296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

 BLUE value IS 150 (58.98% from 255) = 45.73%

R = 14.63%
G = 39.63%
B = 45.73%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#308296 (or 0x308296) is known color: Scooter. HEX triplet: 30, 82 and 96. RGB value is (48,130,150). Sum of RGB (Red+Green+Blue) = 48+130+150=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #308296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308296 is #CF7D69. Grayscale: #6B6B6B. Windows color (decimal): -13598058 or 9863728. OLE color: 9863728.

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

Color convert

RGB 48 130 150 -
CMYK 0.68 0.13 0 0.41
HSL 191.76º 0.52% 0.39% -
HSV(B) 191.76º 0.68% 0.59% -
XYZ 14.71 18.8 31.71 -
YUV 107.76 151.83 85.37 -
System Red Green Blue C M Y K H S L
Decimal 48 130 150 0.68 0.13 0 0.41 191.76 0.52 0.39
Hex 30 82 96 44 D 0 29 C0 34 27
Octal 60 202 226 104 15 0 51 300 64 47
Binary 110000 10000010 10010110 1000100 1101 0 101001 11000000 110100 100111

Color Harmonies of #308296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308296

Black with #308296

Text Example


Text Example

White with #308296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308296; }

 p { color: rgb(48,130,150); }

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

background-color css

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

 a { background-color: rgb(48,130,150); }

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

border-color css

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

 span { border-color: rgb(48,130,150); }

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