#308E9C

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

Shades of Scooter #308E9C

Tints of Scooter #308E9C

Color information

#308E9C (or 0x308E9C) is unknown color: approx Scooter. HEX triplet: 30, 8E and 9C. RGB value is (48,142,156). Sum of RGB (Red+Green+Blue) = 48+142+156=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #308E9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308E9C is #CF7163. Grayscale: #737373. Windows color (decimal): -13594980 or 10260016. OLE color: 10260016.

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

Color convert

RGB48142156-
CMYK0.690.0900.39
HSL187.78º52.94%40%-
HSV(B)187.78º69.23%61.18%-
XYZ16.8922.3734.88-
YUV115.49150.8679.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.87%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=13.87%
G=41.04%
B=45.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481421560.690.0900.39187.7852.9440
Hex308E9C459027bc3528
Octal60216234105110472746550
Binary110000100011101001110010001011001010011110111100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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