#328EBF

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

Shades of Curious Blue #328EBF

Tints of Curious Blue #328EBF

Color information

#328EBF (or 0x328EBF) is unknown color: approx Curious Blue. HEX triplet: 32, 8E and BF. RGB value is (50,142,191). Sum of RGB (Red+Green+Blue) = 50+142+191=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #328EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328EBF is #CD7140. Grayscale: #777777. Windows color (decimal): -13463873 or 12553778. OLE color: 12553778.

HSL color Cylindrical-coordinate representation of color #328EBF: hue angle of 200.85º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328EBF is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB50142191-
CMYK0.740.2600.25
HSL200.85º58.51%47.25%-
HSV(B)200.85º73.82%74.9%-
XYZ20.3923.7952.81-
YUV120.08168.0278.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.05%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 191 (75% from 255) = 49.87%
R=13.05%
G=37.08%
B=49.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501421910.740.2600.25200.8558.5147.25
Hex328EBF4A1A019c93b2f
Octal62216277112320313117357
Binary110010100011101011111110010101101001100111001001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,142,191); }

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

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

 a { background-color: rgb(50,142,191); }

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

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

 span { border-color: rgb(50,142,191); }

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