#308198

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

Shades of Scooter #308198

Tints of Scooter #308198

Color information

#308198 (or 0x308198) is unknown color: approx Scooter. HEX triplet: 30, 81 and 98. RGB value is (48,129,152). Sum of RGB (Red+Green+Blue) = 48+129+152=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #308198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308198 is #CF7E67. Grayscale: #6B6B6B. Windows color (decimal): -13598312 or 9994544. OLE color: 9994544.

HSL color Cylindrical-coordinate representation of color #308198: hue angle of 193.27º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308198 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB48129152-
CMYK0.680.1500.40
HSL193.27º52%39.22%-
HSV(B)193.27º68.42%59.61%-
XYZ14.7418.632.52-
YUV107.4153.1685.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=14.59%
G=39.21%
B=46.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481291520.680.1500.40193.275239.22
Hex30819844F028c13427
Octal60201230104170503016447
Binary110000100000011001100010001001111010100011000001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308198; }

 p { color: rgb(48,129,152); }

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

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

 a { background-color: rgb(48,129,152); }

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

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

 span { border-color: rgb(48,129,152); }

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