#38829F

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

Shades of Scooter #38829F

Tints of Scooter #38829F

Color information

#38829F (or 0x38829F) is unknown color: approx Scooter. HEX triplet: 38, 82 and 9F. RGB value is (56,130,159). Sum of RGB (Red+Green+Blue) = 56+130+159=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #38829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38829F is #C77D60. Grayscale: #6E6E6E. Windows color (decimal): -13073761 or 10453560. OLE color: 10453560.

HSL color Cylindrical-coordinate representation of color #38829F: hue angle of 196.89º 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 #38829F is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56130159-
CMYK0.650.1800.38
HSL196.89º47.91%42.16%-
HSV(B)196.89º64.78%62.35%-
XYZ15.8719.3135.69-
YUV111.18154.9888.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.23%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=16.23%
G=37.68%
B=46.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561301590.650.1800.38196.8947.9142.16
Hex38829F4112026c5302a
Octal70202237101220463056052
Binary1110001000001010011111100000110010010011011000101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38829F; }

 p { color: rgb(56,130,159); }

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

<style>
 a { background-color: #38829F; }

 a { background-color: rgb(56,130,159); }

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

<style>
 span { border-color: #38829F; }

 span { border-color: rgb(56,130,159); }

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