#38869F

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

Shades of Scooter #38869F

Tints of Scooter #38869F

Color information

#38869F (or 0x38869F) is unknown color: approx Scooter. HEX triplet: 38, 86 and 9F. RGB value is (56,134,159). Sum of RGB (Red+Green+Blue) = 56+134+159=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #38869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38869F is #C77960. Grayscale: #717171. Windows color (decimal): -13072737 or 10454584. OLE color: 10454584.

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

Color convert

RGB56134159-
CMYK0.650.1600.38
HSL194.56º47.91%42.16%-
HSV(B)194.56º64.78%62.35%-
XYZ16.4120.3935.87-
YUV113.53153.6686.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=16.05%
G=38.40%
B=45.56%

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
Decimal561341590.650.1600.38194.5647.9142.16
Hex38869F4110026c3302a
Octal70206237101200463036052
Binary1110001000011010011111100000110000010011011000011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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