#38969F

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

Shades of Scooter #38969F

Tints of Scooter #38969F

Color information

#38969F (or 0x38969F) is unknown color: approx Scooter. HEX triplet: 38, 96 and 9F. RGB value is (56,150,159). Sum of RGB (Red+Green+Blue) = 56+150+159=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #38969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38969F is #C76960. Grayscale: #7A7A7A. Windows color (decimal): -13068641 or 10458680. OLE color: 10458680.

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

Color convert

RGB56150159-
CMYK0.650.0600.38
HSL185.24º47.91%42.16%-
HSV(B)185.24º64.78%62.35%-
XYZ18.825.1636.67-
YUV122.92148.3680.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=15.34%
G=41.10%
B=43.56%

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
Decimal561501590.650.0600.38185.2447.9142.16
Hex38969F416026b9302a
Octal7022623710160462716052
Binary11100010010110100111111000001110010011010111001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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