#307D9A

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

Shades of Scooter #307D9A

Tints of Scooter #307D9A

Color information

#307D9A (or 0x307D9A) is unknown color: approx Scooter. HEX triplet: 30, 7D and 9A. RGB value is (48,125,154). Sum of RGB (Red+Green+Blue) = 48+125+154=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #307D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307D9A is #CF8265. Grayscale: #696969. Windows color (decimal): -13599334 or 10124592. OLE color: 10124592.

HSL color Cylindrical-coordinate representation of color #307D9A: hue angle of 196.42º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307D9A is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB48125154-
CMYK0.690.1900.40
HSL196.42º52.48%39.61%-
HSV(B)196.42º68.83%60.39%-
XYZ14.3917.6333.22-
YUV105.28155.4987.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.68%
GREEN value IS 125 (49.22% from 255) = 38.23%
BLUE value IS 154 (60.55% from 255) = 47.09%
R=14.68%
G=38.23%
B=47.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481251540.690.1900.40196.4252.4839.61
Hex307D9A4513028c43428
Octal60175232105230503046450
Binary110000111110110011010100010110011010100011000100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307D9A; }

 p { color: rgb(48,125,154); }

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

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

 a { background-color: rgb(48,125,154); }

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

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

 span { border-color: rgb(48,125,154); }

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