#308E9D

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

Shades of Scooter #308E9D

Tints of Scooter #308E9D

Color information

#308E9D (or 0x308E9D) is unknown color: approx Scooter. HEX triplet: 30, 8E and 9D. RGB value is (48,142,157). Sum of RGB (Red+Green+Blue) = 48+142+157=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #308E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308E9D is #CF7162. Grayscale: #737373. Windows color (decimal): -13594979 or 10325552. OLE color: 10325552.

HSL color Cylindrical-coordinate representation of color #308E9D: hue angle of 188.26º 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 #308E9D is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48142157-
CMYK0.690.1000.38
HSL188.26º53.17%40.2%-
HSV(B)188.26º69.43%61.57%-
XYZ16.9822.4135.33-
YUV115.6151.3679.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.83%
GREEN value IS 142 (55.86% from 255) = 40.92%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=13.83%
G=40.92%
B=45.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481421570.690.1000.38188.2653.1740.2
Hex308E9D45A026bc3528
Octal60216235105120462746550
Binary110000100011101001110110001011010010011010111100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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