#3885ba

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

Shades of Curious Blue #3885BA

Tints of Curious Blue #3885BA

Color information

#3885BA (or 0x3885BA) is unknown color: approx Curious Blue. HEX triplet: 38, 85 and BA. RGB value is (56,133,186). Sum of RGB (Red+Green+Blue) = 56+133+186=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #3885BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3885BA is #C77A45. Grayscale: #737373. Windows color (decimal): -13072966 or 12223800. OLE color: 12223800.

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

Color convert

RGB56133186-
CMYK0.700.2800.27
HSL204.46º53.72%47.45%-
HSV(B)204.46º69.89%72.94%-
XYZ18.8821.1649.54-
YUV116.02167.4985.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.93%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=14.93%
G=35.47%
B=49.6%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561331860.700.2800.27204.4653.7247.45
Hex3885BA461C01Bcc362f
Octal70205272106340333146657
Binary111000100001011011101010001101110001101111001100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3885ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3885ba; }

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

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

<style>
 a { background-color: #3885ba; }

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

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

<style>
 span { border-color: #3885ba; }

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

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