#3889BF

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

Shades of Curious Blue #3889BF

Tints of Curious Blue #3889BF

Color information

#3889BF (or 0x3889BF) is unknown color: approx Curious Blue. HEX triplet: 38, 89 and BF. RGB value is (56,137,191). Sum of RGB (Red+Green+Blue) = 56+137+191=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #3889BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3889BF is #C77640. Grayscale: #767676. Windows color (decimal): -13071937 or 12552504. OLE color: 12552504.

HSL color Cylindrical-coordinate representation of color #3889BF: hue angle of 204º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3889BF is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56137191-
CMYK0.710.2800.25
HSL204º54.66%48.43%-
HSV(B)204º70.68%74.9%-
XYZ19.9822.4952.58-
YUV118.94168.6683.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.58%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 191 (75% from 255) = 49.74%
R=14.58%
G=35.68%
B=49.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561371910.710.2800.2520454.6648.43
Hex3889BF471C019cc3730
Octal70211277107340313146760
Binary111000100010011011111110001111110001100111001100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3889BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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