#3882D1

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

Shades of Curious Blue #3882D1

Tints of Curious Blue #3882D1

Color information

#3882D1 (or 0x3882D1) is unknown color: approx Curious Blue. HEX triplet: 38, 82 and D1. RGB value is (56,130,209). Sum of RGB (Red+Green+Blue) = 56+130+209=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #3882D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3882D1 is #C77D2E. Grayscale: #747474. Windows color (decimal): -13073711 or 13730360. OLE color: 13730360.

HSL color Cylindrical-coordinate representation of color #3882D1: hue angle of 210.98º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3882D1 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB56130209-
CMYK0.730.3800.18
HSL210.98º62.45%51.96%-
HSV(B)210.98º73.21%81.96%-
XYZ21.1221.4163.34-
YUV116.88179.9884.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.18%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 209 (82.03% from 255) = 52.91%
R=14.18%
G=32.91%
B=52.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal561302090.730.3800.18210.9862.4551.96
Hex3882D14926012d33e34
Octal70202321111460223237664
Binary1110001000001011010001100100110011001001011010011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3882D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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