#328AB1

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

Shades of Curious Blue #328AB1

Tints of Curious Blue #328AB1

Color information

#328AB1 (or 0x328AB1) is unknown color: approx Curious Blue. HEX triplet: 32, 8A and B1. RGB value is (50,138,177). Sum of RGB (Red+Green+Blue) = 50+138+177=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #328AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328AB1 is #CD754E. Grayscale: #737373. Windows color (decimal): -13464911 or 11635250. OLE color: 11635250.

HSL color Cylindrical-coordinate representation of color #328AB1: hue angle of 198.43º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #328AB1 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50138177-
CMYK0.720.2200.31
HSL198.43º55.95%44.51%-
HSV(B)198.43º71.75%69.41%-
XYZ18.3422.0344.88-
YUV116.13162.3580.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.70%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 177 (69.53% from 255) = 48.49%
R=13.70%
G=37.81%
B=48.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501381770.720.2200.31198.4355.9544.51
Hex328AB1481601Fc6382d
Octal62212261110260373067055
Binary110010100010101011000110010001011001111111000110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,138,177); }

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

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

 a { background-color: rgb(50,138,177); }

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

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

 span { border-color: rgb(50,138,177); }

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