#308498

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

Shades of Scooter #308498

Tints of Scooter #308498

Color information

#308498 (or 0x308498) is unknown color: approx Scooter. HEX triplet: 30, 84 and 98. RGB value is (48,132,152). Sum of RGB (Red+Green+Blue) = 48+132+152=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #308498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308498 is #CF7B67. Grayscale: #6D6D6D. Windows color (decimal): -13597544 or 9995312. OLE color: 9995312.

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

Color convert

RGB48132152-
CMYK0.680.1300.40
HSL191.54º52%39.22%-
HSV(B)191.54º68.42%59.61%-
XYZ15.1419.432.65-
YUV109.16152.1784.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.46%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=14.46%
G=39.76%
B=45.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481321520.680.1300.40191.545239.22
Hex30849844D028c03427
Octal60204230104150503006447
Binary110000100001001001100010001001101010100011000000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308498; }

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

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

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

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

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

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

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

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