#328BC1

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

Shades of Curious Blue #328BC1

Tints of Curious Blue #328BC1

Color information

#328BC1 (or 0x328BC1) is unknown color: approx Curious Blue. HEX triplet: 32, 8B and C1. RGB value is (50,139,193). Sum of RGB (Red+Green+Blue) = 50+139+193=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #328BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BC1 is #CD743E. Grayscale: #767676. Windows color (decimal): -13464639 or 12684082. OLE color: 12684082.

HSL color Cylindrical-coordinate representation of color #328BC1: hue angle of 202.66º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328BC1 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB50139193-
CMYK0.740.2800.24
HSL202.66º58.85%47.65%-
HSV(B)202.66º74.09%75.69%-
XYZ20.1722.9953.83-
YUV118.54170.0179.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.09%
GREEN value IS 139 (54.69% from 255) = 36.39%
BLUE value IS 193 (75.78% from 255) = 50.52%
R=13.09%
G=36.39%
B=50.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501391930.740.2800.24202.6658.8547.65
Hex328BC14A1C018cb3b30
Octal62213301112340303137360
Binary110010100010111100000110010101110001100011001011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328BC1; }

 p { color: rgb(50,139,193); }

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

<style>
 a { background-color: #328BC1; }

 a { background-color: rgb(50,139,193); }

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

<style>
 span { border-color: #328BC1; }

 span { border-color: rgb(50,139,193); }

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