#308897

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

Shades of Scooter #308897

Tints of Scooter #308897

Color information

#308897 (or 0x308897) is unknown color: approx Scooter. HEX triplet: 30, 88 and 97. RGB value is (48,136,151). Sum of RGB (Red+Green+Blue) = 48+136+151=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #308897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308897 is #CF7768. Grayscale: #6F6F6F. Windows color (decimal): -13596521 or 9930800. OLE color: 9930800.

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

Color convert

RGB48136151-
CMYK0.680.1000.41
HSL188.74º51.76%39.02%-
HSV(B)188.74º68.21%59.22%-
XYZ15.6120.4732.41-
YUV111.4150.3582.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 151 (59.38% from 255) = 45.07%
R=14.33%
G=40.60%
B=45.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481361510.680.1000.41188.7451.7639.02
Hex30889744A029bd3427
Octal60210227104120512756447
Binary110000100010001001011110001001010010100110111101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308897; }

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

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

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

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

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

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

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

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