#30949B

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

Shades of Scooter #30949B

Tints of Scooter #30949B

Color information

#30949B (or 0x30949B) is unknown color: approx Scooter. HEX triplet: 30, 94 and 9B. RGB value is (48,148,155). Sum of RGB (Red+Green+Blue) = 48+148+155=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #30949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30949B is #CF6B64. Grayscale: #767676. Windows color (decimal): -13593445 or 10196016. OLE color: 10196016.

HSL color Cylindrical-coordinate representation of color #30949B: hue angle of 183.93º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30949B is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48148155-
CMYK0.690.0500.39
HSL183.93º52.71%39.8%-
HSV(B)183.93º69.03%60.78%-
XYZ17.7324.1734.74-
YUV118.9148.3777.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.68%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=13.68%
G=42.17%
B=44.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481481550.690.0500.39183.9352.7139.8
Hex30949B455027b83528
Octal6022423310550472706550
Binary11000010010100100110111000101101010011110111000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30949B; }

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

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

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

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

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

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

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

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