#3884BA

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

Shades of Curious Blue #3884BA

Tints of Curious Blue #3884BA

Color information

#3884BA (or 0x3884BA) is unknown color: approx Curious Blue. HEX triplet: 38, 84 and BA. RGB value is (56,132,186). Sum of RGB (Red+Green+Blue) = 56+132+186=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3884BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3884BA is #C77B45. Grayscale: #737373. Windows color (decimal): -13073222 or 12223544. OLE color: 12223544.

HSL color Cylindrical-coordinate representation of color #3884BA: hue angle of 204.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3884BA is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56132186-
CMYK0.700.2900.27
HSL204.92º53.72%47.45%-
HSV(B)204.92º69.89%72.94%-
XYZ18.7520.8949.5-
YUV115.43167.8285.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.97%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=14.97%
G=35.29%
B=49.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561321860.700.2900.27204.9253.7247.45
Hex3884BA461D01Bcd362f
Octal70204272106350333156657
Binary111000100001001011101010001101110101101111001101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3884BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3884BA; }

 p { color: rgb(56,132,186); }

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

<style>
 a { background-color: #3884BA; }

 a { background-color: rgb(56,132,186); }

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

<style>
 span { border-color: #3884BA; }

 span { border-color: rgb(56,132,186); }

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