#3884B8

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

Shades of Curious Blue #3884B8

Tints of Curious Blue #3884B8

Color information

#3884B8 (or 0x3884B8) is unknown color: approx Curious Blue. HEX triplet: 38, 84 and B8. RGB value is (56,132,184). Sum of RGB (Red+Green+Blue) = 56+132+184=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #3884B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3884B8 is #C77B47. Grayscale: #727272. Windows color (decimal): -13073224 or 12092472. OLE color: 12092472.

HSL color Cylindrical-coordinate representation of color #3884B8: hue angle of 204.38º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3884B8 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB56132184-
CMYK0.700.2800.28
HSL204.38º53.33%47.06%-
HSV(B)204.38º69.57%72.16%-
XYZ18.5320.848.39-
YUV115.2166.8285.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.05%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 184 (72.27% from 255) = 49.46%
R=15.05%
G=35.48%
B=49.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561321840.700.2800.28204.3853.3347.06
Hex3884B8461C01Ccc352f
Octal70204270106340343146557
Binary111000100001001011100010001101110001110011001100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3884B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3884B8; }

 p { color: rgb(56,132,184); }

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

<style>
 a { background-color: #3884B8; }

 a { background-color: rgb(56,132,184); }

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

<style>
 span { border-color: #3884B8; }

 span { border-color: rgb(56,132,184); }

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