#323277

Color #323277 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #323277

Tints of Torea Bay #323277

Color information

#323277 (or 0x323277) is unknown color: approx Torea Bay. HEX triplet: 32, 32 and 77. RGB value is (50,50,119). Sum of RGB (Red+Green+Blue) = 50+50+119=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #323277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323277 is #CDCD88. Grayscale: #393939. Windows color (decimal): -13487497 or 7811634. OLE color: 7811634.

HSL color Cylindrical-coordinate representation of color #323277: hue angle of 240º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323277 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5050119-
CMYK0.580.5800.53
HSL240º40.83%33.14%-
HSV(B)240º57.98%46.67%-
XYZ5.794.2917.98-
YUV57.87162.5122.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=22.83%
G=22.83%
B=54.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50501190.580.5800.5324040.8333.14
Hex3232773A3A035f02921
Octal626216772720653605141
Binary1100101100101110111111010111010011010111110000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323277; }

 p { color: rgb(50,50,119); }

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

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

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

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

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

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

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