#3881B6

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

Shades of Curious Blue #3881B6

Tints of Curious Blue #3881B6

Color information

#3881B6 (or 0x3881B6) is unknown color: approx Curious Blue. HEX triplet: 38, 81 and B6. RGB value is (56,129,182). Sum of RGB (Red+Green+Blue) = 56+129+182=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #3881B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3881B6 is #C77E49. Grayscale: #707070. Windows color (decimal): -13073994 or 11960632. OLE color: 11960632.

HSL color Cylindrical-coordinate representation of color #3881B6: hue angle of 205.24º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3881B6 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56129182-
CMYK0.690.2900.29
HSL205.24º52.94%46.67%-
HSV(B)205.24º69.23%71.37%-
XYZ17.9219.9247.16-
YUV113.22166.8287.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 182 (71.48% from 255) = 49.59%
R=15.26%
G=35.15%
B=49.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561291820.690.2900.29205.2452.9446.67
Hex3881B6451D01Dcd352f
Octal70201266105350353156557
Binary111000100000011011011010001011110101110111001101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3881B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3881B6; }

 p { color: rgb(56,129,182); }

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

<style>
 a { background-color: #3881B6; }

 a { background-color: rgb(56,129,182); }

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

<style>
 span { border-color: #3881B6; }

 span { border-color: rgb(56,129,182); }

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