#38959E

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

Shades of Scooter #38959E

Tints of Scooter #38959E

Color information

#38959E (or 0x38959E) is unknown color: approx Scooter. HEX triplet: 38, 95 and 9E. RGB value is (56,149,158). Sum of RGB (Red+Green+Blue) = 56+149+158=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #38959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38959E is #C76A61. Grayscale: #7A7A7A. Windows color (decimal): -13068898 or 10392888. OLE color: 10392888.

HSL color Cylindrical-coordinate representation of color #38959E: hue angle of 185.29º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38959E is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56149158-
CMYK0.650.0600.38
HSL185.29º47.66%41.96%-
HSV(B)185.29º64.56%61.96%-
XYZ18.5524.836.16-
YUV122.22148.1980.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.43%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=15.43%
G=41.05%
B=43.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561491580.650.0600.38185.2947.6641.96
Hex38959E416026b9302a
Octal7022523610160462716052
Binary11100010010101100111101000001110010011010111001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38959E; }

 p { color: rgb(56,149,158); }

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

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

 a { background-color: rgb(56,149,158); }

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

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

 span { border-color: rgb(56,149,158); }

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