#38899C

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

Shades of Scooter #38899C

Tints of Scooter #38899C

Color information

#38899C (or 0x38899C) is unknown color: approx Scooter. HEX triplet: 38, 89 and 9C. RGB value is (56,137,156). Sum of RGB (Red+Green+Blue) = 56+137+156=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #38899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38899C is #C77663. Grayscale: #727272. Windows color (decimal): -13071972 or 10258744. OLE color: 10258744.

HSL color Cylindrical-coordinate representation of color #38899C: hue angle of 191.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38899C is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56137156-
CMYK0.640.1200.39
HSL191.4º47.17%41.57%-
HSV(B)191.4º64.1%61.18%-
XYZ16.5821.1334.66-
YUV114.95151.1685.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=16.05%
G=39.26%
B=44.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561371560.640.1200.39191.447.1741.57
Hex38899C40C027bf2f2a
Octal70211234100140472775752
Binary111000100010011001110010000001100010011110111111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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