#307F94

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

Shades of Scooter #307F94

Tints of Scooter #307F94

Color information

#307F94 (or 0x307F94) is unknown color: approx Scooter. HEX triplet: 30, 7F and 94. RGB value is (48,127,148). Sum of RGB (Red+Green+Blue) = 48+127+148=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #307F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F94 is #CF806B. Grayscale: #696969. Windows color (decimal): -13598828 or 9731888. OLE color: 9731888.

HSL color Cylindrical-coordinate representation of color #307F94: hue angle of 192.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307F94 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48127148-
CMYK0.680.1400.42
HSL192.6º51.02%38.43%-
HSV(B)192.6º67.57%58.04%-
XYZ14.1517.9530.73-
YUV105.77151.8386.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 127 (50% from 255) = 39.32%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=14.86%
G=39.32%
B=45.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481271480.680.1400.42192.651.0238.43
Hex307F9444E02Ac13326
Octal60177224104160523016346
Binary11000011111111001010010001001110010101011000001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,127,148); }

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

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

 a { background-color: rgb(48,127,148); }

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

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

 span { border-color: rgb(48,127,148); }

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