#389BCC

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

Shades of Summer Sky #389BCC

Tints of Summer Sky #389BCC

Color information

#389BCC (or 0x389BCC) is unknown color: approx Summer Sky. HEX triplet: 38, 9B and CC. RGB value is (56,155,204). Sum of RGB (Red+Green+Blue) = 56+155+204=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #389BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BCC is #C76433. Grayscale: #828282. Windows color (decimal): -13067316 or 13409080. OLE color: 13409080.

HSL color Cylindrical-coordinate representation of color #389BCC: hue angle of 199.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389BCC is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB56155204-
CMYK0.730.2400.2
HSL199.86º59.2%50.98%-
HSV(B)199.86º72.55%80%-
XYZ24.2528.6461.38-
YUV130.99169.274.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.49%
GREEN value IS 155 (60.94% from 255) = 37.35%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=13.49%
G=37.35%
B=49.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal561552040.730.2400.2199.8659.250.98
Hex389BCC4918014c83b33
Octal70233314111300243107363
Binary111000100110111100110010010011100001010011001000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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