#389AC6

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

Shades of Curious Blue #389AC6

Tints of Curious Blue #389AC6

Color information

#389AC6 (or 0x389AC6) is unknown color: approx Curious Blue. HEX triplet: 38, 9A and C6. RGB value is (56,154,198). Sum of RGB (Red+Green+Blue) = 56+154+198=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #389AC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389AC6 is #C76539. Grayscale: #818181. Windows color (decimal): -13067578 or 13015608. OLE color: 13015608.

HSL color Cylindrical-coordinate representation of color #389AC6: hue angle of 198.59º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389AC6 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB56154198-
CMYK0.720.2200.22
HSL198.59º55.91%49.8%-
HSV(B)198.59º71.72%77.65%-
XYZ23.3828.0357.6-
YUV129.71166.5375.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.73%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 198 (77.73% from 255) = 48.53%
R=13.73%
G=37.75%
B=48.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561541980.720.2200.22198.5955.9149.8
Hex389AC64816016c73832
Octal70232306110260263077062
Binary111000100110101100011010010001011001011011000111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,154,198); }

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

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

 a { background-color: rgb(56,154,198); }

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

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

 span { border-color: rgb(56,154,198); }

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