#323B54

Color #323B54 Biscay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biscay #323B54

Tints of Biscay #323B54

Color information

#323B54 (or 0x323B54) is unknown color: approx Biscay. HEX triplet: 32, 3B and 54. RGB value is (50,59,84). Sum of RGB (Red+Green+Blue) = 50+59+84=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #323B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B54 is #CDC4AB. Grayscale: #3B3B3B. Windows color (decimal): -13485228 or 5520178. OLE color: 5520178.

HSL color Cylindrical-coordinate representation of color #323B54: hue angle of 224.12º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #323B54 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB505984-
CMYK0.400.3000.67
HSL224.12º25.37%26.27%-
HSV(B)224.12º40.48%32.94%-
XYZ4.484.459.01-
YUV59.16142.02121.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 59 (23.44% from 255) = 30.57%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=25.91%
G=30.57%
B=43.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5059840.400.3000.67224.1225.3726.27
Hex323B54281E043e0191a
Octal6273124503601033403132
Binary11001011101110101001010001111001000011111000001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323B54; }

 p { color: rgb(50,59,84); }

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

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

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

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

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

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

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