#389DAA

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

Shades of Scooter #389DAA

Tints of Scooter #389DAA

Color information

#389DAA (or 0x389DAA) is unknown color: approx Scooter. HEX triplet: 38, 9D and AA. RGB value is (56,157,170). Sum of RGB (Red+Green+Blue) = 56+157+170=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #389DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389DAA is #C76255. Grayscale: #808080. Windows color (decimal): -13066838 or 11181368. OLE color: 11181368.

HSL color Cylindrical-coordinate representation of color #389DAA: hue angle of 186.84º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #389DAA is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56157170-
CMYK0.670.0800.33
HSL186.84º50.44%44.31%-
HSV(B)186.84º67.06%66.67%-
XYZ20.9427.8642.3-
YUV128.28151.5476.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.62%
GREEN value IS 157 (61.72% from 255) = 40.99%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=14.62%
G=40.99%
B=44.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561571700.670.0800.33186.8450.4444.31
Hex389DAA438021bb322c
Octal70235252103100412736254
Binary111000100111011010101010000111000010000110111011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389DAA; }

 p { color: rgb(56,157,170); }

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

<style>
 a { background-color: #389DAA; }

 a { background-color: rgb(56,157,170); }

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

<style>
 span { border-color: #389DAA; }

 span { border-color: rgb(56,157,170); }

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