#38859F

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

Shades of Scooter #38859F

Tints of Scooter #38859F

Color information

#38859F (or 0x38859F) is unknown color: approx Scooter. HEX triplet: 38, 85 and 9F. RGB value is (56,133,159). Sum of RGB (Red+Green+Blue) = 56+133+159=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #38859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38859F is #C77A60. Grayscale: #707070. Windows color (decimal): -13072993 or 10454328. OLE color: 10454328.

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

Color convert

RGB56133159-
CMYK0.650.1600.38
HSL195.15º47.91%42.16%-
HSV(B)195.15º64.78%62.35%-
XYZ16.2820.1235.83-
YUV112.94153.9987.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 159 (62.5% from 255) = 45.69%
R=16.09%
G=38.22%
B=45.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561331590.650.1600.38195.1547.9142.16
Hex38859F4110026c3302a
Octal70205237101200463036052
Binary1110001000010110011111100000110000010011011000011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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