#307F92

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

Shades of Scooter #307F92

Tints of Scooter #307F92

Color information

#307F92 (or 0x307F92) is unknown color: approx Scooter. HEX triplet: 30, 7F and 92. RGB value is (48,127,146). Sum of RGB (Red+Green+Blue) = 48+127+146=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #307F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F92 is #CF806D. Grayscale: #696969. Windows color (decimal): -13598830 or 9600816. OLE color: 9600816.

HSL color Cylindrical-coordinate representation of color #307F92: hue angle of 191.63º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307F92 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB48127146-
CMYK0.670.1300.43
HSL191.63º50.52%38.04%-
HSV(B)191.63º67.12%57.25%-
XYZ1417.8829.91-
YUV105.54150.8386.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=14.95%
G=39.56%
B=45.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481271460.670.1300.43191.6350.5238.04
Hex307F9243D02Bc03326
Octal60177222103150533006346
Binary11000011111111001001010000111101010101111000000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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