#308A94

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

Shades of Scooter #308A94

Tints of Scooter #308A94

Color information

#308A94 (or 0x308A94) is unknown color: approx Scooter. HEX triplet: 30, 8A and 94. RGB value is (48,138,148). Sum of RGB (Red+Green+Blue) = 48+138+148=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #308A94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308A94 is #CF756B. Grayscale: #707070. Windows color (decimal): -13596012 or 9734704. OLE color: 9734704.

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

Color convert

RGB48138148-
CMYK0.680.0700.42
HSL186º51.02%38.43%-
HSV(B)186º67.57%58.04%-
XYZ15.6520.9431.23-
YUV112.23148.1882.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.37%
GREEN value IS 138 (54.30% from 255) = 41.32%
BLUE value IS 148 (58.20% from 255) = 44.31%
R=14.37%
G=41.32%
B=44.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481381480.680.0700.4218651.0238.43
Hex308A9444702Aba3326
Octal6021222410470522726346
Binary11000010001010100101001000100111010101010111010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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