#308792

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

Shades of Scooter #308792

Tints of Scooter #308792

Color information

#308792 (or 0x308792) is unknown color: approx Scooter. HEX triplet: 30, 87 and 92. RGB value is (48,135,146). Sum of RGB (Red+Green+Blue) = 48+135+146=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #308792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308792 is #CF786D. Grayscale: #6E6E6E. Windows color (decimal): -13596782 or 9602864. OLE color: 9602864.

HSL color Cylindrical-coordinate representation of color #308792: hue angle of 186.73º 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 #308792 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB48135146-
CMYK0.670.0800.43
HSL186.73º50.52%38.04%-
HSV(B)186.73º67.12%57.25%-
XYZ15.0720.0330.27-
YUV110.24148.1883.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 135 (53.12% from 255) = 41.03%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=14.59%
G=41.03%
B=44.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481351460.670.0800.43186.7350.5238.04
Hex30879243802Bbb3326
Octal60207222103100532736346
Binary110000100001111001001010000111000010101110111011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308792; }

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

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

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

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

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

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

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

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