#328BBC

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

Shades of Curious Blue #328BBC

Tints of Curious Blue #328BBC

Color information

#328BBC (or 0x328BBC) is unknown color: approx Curious Blue. HEX triplet: 32, 8B and BC. RGB value is (50,139,188). Sum of RGB (Red+Green+Blue) = 50+139+188=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #328BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BBC is #CD7443. Grayscale: #757575. Windows color (decimal): -13464644 or 12356402. OLE color: 12356402.

HSL color Cylindrical-coordinate representation of color #328BBC: hue angle of 201.3º 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 #328BBC is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB50139188-
CMYK0.730.2600.26
HSL201.3º57.98%46.67%-
HSV(B)201.3º73.4%73.73%-
XYZ19.6322.7750.94-
YUV117.98167.5179.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.26%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 188 (73.83% from 255) = 49.87%
R=13.26%
G=36.87%
B=49.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal501391880.730.2600.26201.357.9846.67
Hex328BBC491A01Ac93a2f
Octal62213274111320323117257
Binary110010100010111011110010010011101001101011001001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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