#3880B6

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

Shades of Curious Blue #3880B6

Tints of Curious Blue #3880B6

Color information

#3880B6 (or 0x3880B6) is unknown color: approx Curious Blue. HEX triplet: 38, 80 and B6. RGB value is (56,128,182). Sum of RGB (Red+Green+Blue) = 56+128+182=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #3880B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880B6 is #C77F49. Grayscale: #707070. Windows color (decimal): -13074250 or 11960376. OLE color: 11960376.

HSL color Cylindrical-coordinate representation of color #3880B6: hue angle of 205.71º 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 #3880B6 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56128182-
CMYK0.690.3000.29
HSL205.71º52.94%46.67%-
HSV(B)205.71º69.23%71.37%-
XYZ17.7919.6647.11-
YUV112.63167.1587.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.30%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 182 (71.48% from 255) = 49.73%
R=15.30%
G=34.97%
B=49.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561281820.690.3000.29205.7152.9446.67
Hex3880B6451E01Dce352f
Octal70200266105360353166557
Binary111000100000001011011010001011111001110111001110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3880B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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