#308A92

Color #308A92 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #308A92

Tints of Scooter #308A92

Color information

#308A92 (or 0x308A92) is unknown color: approx Scooter. HEX triplet: 30, 8A and 92. RGB value is (48,138,146). Sum of RGB (Red+Green+Blue) = 48+138+146=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #308A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308A92 is #CF756D. Grayscale: #6F6F6F. Windows color (decimal): -13596014 or 9603632. OLE color: 9603632.

HSL color Cylindrical-coordinate representation of color #308A92: hue angle of 184.9º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308A92 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB48138146-
CMYK0.670.0500.43
HSL184.9º50.52%38.04%-
HSV(B)184.9º67.12%57.25%-
XYZ15.520.8830.41-
YUV112147.1882.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.46%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=14.46%
G=41.57%
B=43.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481381460.670.0500.43184.950.5238.04
Hex308A9243502Bb93326
Octal6021222210350532716346
Binary11000010001010100100101000011101010101110111001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,138,146); }

 H1.HeaderClassName
 {
   color: #308A92;
 }
 .AnyTagClassName
 {
   color: #308A92;
 }
</style>
background-color css

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

 a { background-color: rgb(48,138,146); }

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

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

 span { border-color: rgb(48,138,146); }

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