#3880BA

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

Shades of Curious Blue #3880BA

Tints of Curious Blue #3880BA

Color information

#3880BA (or 0x3880BA) is unknown color: approx Curious Blue. HEX triplet: 38, 80 and BA. RGB value is (56,128,186). Sum of RGB (Red+Green+Blue) = 56+128+186=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #3880BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880BA is #C77F45. Grayscale: #707070. Windows color (decimal): -13074246 or 12222520. OLE color: 12222520.

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

Color convert

RGB56128186-
CMYK0.700.3100.27
HSL206.77º53.72%47.45%-
HSV(B)206.77º69.89%72.94%-
XYZ18.2119.8249.32-
YUV113.08169.1587.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.14%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=15.14%
G=34.59%
B=50.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561281860.700.3100.27206.7753.7247.45
Hex3880BA461F01Bcf362f
Octal70200272106370333176657
Binary111000100000001011101010001101111101101111001111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3880BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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