#3882AC

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

Shades of Curious Blue #3882AC

Tints of Curious Blue #3882AC

Color information

#3882AC (or 0x3882AC) is unknown color: approx Curious Blue. HEX triplet: 38, 82 and AC. RGB value is (56,130,172). Sum of RGB (Red+Green+Blue) = 56+130+172=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #3882AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3882AC is #C77D53. Grayscale: #707070. Windows color (decimal): -13073748 or 11305528. OLE color: 11305528.

HSL color Cylindrical-coordinate representation of color #3882AC: hue angle of 201.72º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3882AC is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56130172-
CMYK0.670.2400.33
HSL201.72º50.88%44.71%-
HSV(B)201.72º67.44%67.45%-
XYZ17.0619.7841.95-
YUV112.66161.4887.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.64%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 172 (67.58% from 255) = 48.04%
R=15.64%
G=36.31%
B=48.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561301720.670.2400.33201.7250.8844.71
Hex3882AC4318021ca332d
Octal70202254103300413126355
Binary1110001000001010101100100001111000010000111001010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3882AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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