#3889BC

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

Shades of Curious Blue #3889BC

Tints of Curious Blue #3889BC

Color information

#3889BC (or 0x3889BC) is unknown color: approx Curious Blue. HEX triplet: 38, 89 and BC. RGB value is (56,137,188). Sum of RGB (Red+Green+Blue) = 56+137+188=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #3889BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3889BC is #C77643. Grayscale: #767676. Windows color (decimal): -13071940 or 12355896. OLE color: 12355896.

HSL color Cylindrical-coordinate representation of color #3889BC: hue angle of 203.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3889BC is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB56137188-
CMYK0.700.2700.26
HSL203.18º54.1%47.84%-
HSV(B)203.18º70.21%73.73%-
XYZ19.6522.3650.86-
YUV118.6167.1683.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.70%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=14.70%
G=35.96%
B=49.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal561371880.700.2700.26203.1854.147.84
Hex3889BC461B01Acb3630
Octal70211274106330323136660
Binary111000100010011011110010001101101101101011001011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3889BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3889BC; }

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

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

<style>
 a { background-color: #3889BC; }

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

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

<style>
 span { border-color: #3889BC; }

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

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