#38849B

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

Shades of Scooter #38849B

Tints of Scooter #38849B

Color information

#38849B (or 0x38849B) is unknown color: approx Scooter. HEX triplet: 38, 84 and 9B. RGB value is (56,132,155). Sum of RGB (Red+Green+Blue) = 56+132+155=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #38849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38849B is #C77B64. Grayscale: #6F6F6F. Windows color (decimal): -13073253 or 10191928. OLE color: 10191928.

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

Color convert

RGB56132155-
CMYK0.640.1500.39
HSL193.94º46.92%41.37%-
HSV(B)193.94º63.87%60.78%-
XYZ15.819.7133.98-
YUV111.9152.3288.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.33%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=16.33%
G=38.48%
B=45.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561321550.640.1500.39193.9446.9241.37
Hex38849B40F027c22f29
Octal70204233100170473025751
Binary111000100001001001101110000001111010011111000010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38849B; }

 p { color: rgb(56,132,155); }

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

<style>
 a { background-color: #38849B; }

 a { background-color: rgb(56,132,155); }

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

<style>
 span { border-color: #38849B; }

 span { border-color: rgb(56,132,155); }

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