#38899F

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

Shades of Scooter #38899F

Tints of Scooter #38899F

Color information

#38899F (or 0x38899F) is unknown color: approx Scooter. HEX triplet: 38, 89 and 9F. RGB value is (56,137,159). Sum of RGB (Red+Green+Blue) = 56+137+159=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #38899F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38899F is #C77660. Grayscale: #737373. Windows color (decimal): -13071969 or 10455352. OLE color: 10455352.

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

Color convert

RGB56137159-
CMYK0.650.1400.38
HSL192.82º47.91%42.16%-
HSV(B)192.82º64.78%62.35%-
XYZ16.8321.2436.01-
YUV115.29152.6685.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.91%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 159 (62.5% from 255) = 45.17%
R=15.91%
G=38.92%
B=45.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561371590.650.1400.38192.8247.9142.16
Hex38899F41E026c1302a
Octal70211237101160463016052
Binary111000100010011001111110000011110010011011000001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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