#328AB7

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

Shades of Curious Blue #328AB7

Tints of Curious Blue #328AB7

Color information

#328AB7 (or 0x328AB7) is unknown color: approx Curious Blue. HEX triplet: 32, 8A and B7. RGB value is (50,138,183). Sum of RGB (Red+Green+Blue) = 50+138+183=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #328AB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328AB7 is #CD7548. Grayscale: #747474. Windows color (decimal): -13464905 or 12028466. OLE color: 12028466.

HSL color Cylindrical-coordinate representation of color #328AB7: hue angle of 200.3º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328AB7 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB50138183-
CMYK0.730.2500.28
HSL200.3º57.08%45.69%-
HSV(B)200.3º72.68%71.76%-
XYZ18.9522.2748.1-
YUV116.82165.3580.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.48%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 183 (71.88% from 255) = 49.33%
R=13.48%
G=37.20%
B=49.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal501381830.730.2500.28200.357.0845.69
Hex328AB7491901Cc8392e
Octal62212267111310343107156
Binary110010100010101011011110010011100101110011001000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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