#3284BC

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

Shades of Curious Blue #3284BC

Tints of Curious Blue #3284BC

Color information

#3284BC (or 0x3284BC) is unknown color: approx Curious Blue. HEX triplet: 32, 84 and BC. RGB value is (50,132,188). Sum of RGB (Red+Green+Blue) = 50+132+188=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #3284BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3284BC is #CD7B43. Grayscale: #717171. Windows color (decimal): -13466436 or 12354610. OLE color: 12354610.

HSL color Cylindrical-coordinate representation of color #3284BC: hue angle of 204.35º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3284BC is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB50132188-
CMYK0.730.3000.26
HSL204.35º57.98%46.67%-
HSV(B)204.35º73.4%73.73%-
XYZ18.6420.8150.61-
YUV113.87169.8382.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.51%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=13.51%
G=35.68%
B=50.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal501321880.730.3000.26204.3557.9846.67
Hex3284BC491E01Acc3a2f
Octal62204274111360323147257
Binary110010100001001011110010010011111001101011001100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3284BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3284BC; }

 p { color: rgb(50,132,188); }

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

<style>
 a { background-color: #3284BC; }

 a { background-color: rgb(50,132,188); }

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

<style>
 span { border-color: #3284BC; }

 span { border-color: rgb(50,132,188); }

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