#308797

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

Shades of Scooter #308797

Tints of Scooter #308797

Color information

#308797 (or 0x308797) is unknown color: approx Scooter. HEX triplet: 30, 87 and 97. RGB value is (48,135,151). Sum of RGB (Red+Green+Blue) = 48+135+151=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #308797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308797 is #CF7868. Grayscale: #6E6E6E. Windows color (decimal): -13596777 or 9930544. OLE color: 9930544.

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

Color convert

RGB48135151-
CMYK0.680.1100.41
HSL189.32º51.76%39.02%-
HSV(B)189.32º68.21%59.22%-
XYZ15.4720.1932.36-
YUV110.81150.6883.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.37%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 151 (59.38% from 255) = 45.21%
R=14.37%
G=40.42%
B=45.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481351510.680.1100.41189.3251.7639.02
Hex30879744B029bd3427
Octal60207227104130512756447
Binary110000100001111001011110001001011010100110111101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308797; }

 p { color: rgb(48,135,151); }

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

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

 a { background-color: rgb(48,135,151); }

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

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

 span { border-color: rgb(48,135,151); }

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