#308F9D

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

Shades of Scooter #308F9D

Tints of Scooter #308F9D

Color information

#308F9D (or 0x308F9D) is unknown color: approx Scooter. HEX triplet: 30, 8F and 9D. RGB value is (48,143,157). Sum of RGB (Red+Green+Blue) = 48+143+157=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #308F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308F9D is #CF7062. Grayscale: #747474. Windows color (decimal): -13594723 or 10325808. OLE color: 10325808.

HSL color Cylindrical-coordinate representation of color #308F9D: hue angle of 187.71º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308F9D is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48143157-
CMYK0.690.0900.38
HSL187.71º53.17%40.2%-
HSV(B)187.71º69.43%61.57%-
XYZ17.1322.7135.38-
YUV116.19151.0379.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.79%
GREEN value IS 143 (56.25% from 255) = 41.09%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=13.79%
G=41.09%
B=45.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481431570.690.0900.38187.7153.1740.2
Hex308F9D459026bc3528
Octal60217235105110462746550
Binary110000100011111001110110001011001010011010111100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308F9D; }

 p { color: rgb(48,143,157); }

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

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

 a { background-color: rgb(48,143,157); }

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

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

 span { border-color: rgb(48,143,157); }

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