#3882BA

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

Shades of Curious Blue #3882BA

Tints of Curious Blue #3882BA

Color information

#3882BA (or 0x3882BA) is unknown color: approx Curious Blue. HEX triplet: 38, 82 and BA. RGB value is (56,130,186). Sum of RGB (Red+Green+Blue) = 56+130+186=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #3882BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3882BA is #C77D45. Grayscale: #717171. Windows color (decimal): -13073734 or 12223032. OLE color: 12223032.

HSL color Cylindrical-coordinate representation of color #3882BA: hue angle of 205.85º 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 #3882BA is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56130186-
CMYK0.700.3000.27
HSL205.85º53.72%47.45%-
HSV(B)205.85º69.89%72.94%-
XYZ18.4820.3549.41-
YUV114.26168.4886.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.05%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 186 (73.05% from 255) = 50%
R=15.05%
G=34.95%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561301860.700.3000.27205.8553.7247.45
Hex3882BA461E01Bce362f
Octal70202272106360333166657
Binary111000100000101011101010001101111001101111001110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3882BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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