#3B8F9E

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

Shades of Scooter #3B8F9E

Tints of Scooter #3B8F9E

Color information

#3B8F9E (or 0x3B8F9E) is unknown color: approx Scooter. HEX triplet: 3B, 8F and 9E. RGB value is (59,143,158). Sum of RGB (Red+Green+Blue) = 59+143+158=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B8F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8F9E is #C47061. Grayscale: #777777. Windows color (decimal): -12873826 or 10391355. OLE color: 10391355.

HSL color Cylindrical-coordinate representation of color #3B8F9E: hue angle of 189.09º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B8F9E is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB59143158-
CMYK0.630.0900.38
HSL189.09º45.62%42.55%-
HSV(B)189.09º62.66%61.96%-
XYZ17.823.0435.86-
YUV119.59149.6784.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.39%
GREEN value IS 143 (56.25% from 255) = 39.72%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=16.39%
G=39.72%
B=43.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591431580.630.0900.38189.0945.6242.55
Hex3B8F9E3F9026bd2e2b
Octal7321723677110462755653
Binary11101110001111100111101111111001010011010111101101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B8F9E; }

 p { color: rgb(59,143,158); }

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

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

 a { background-color: rgb(59,143,158); }

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

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

 span { border-color: rgb(59,143,158); }

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