Html Css Color HEX #323B52 Biscay

📋 copy color: '#323B52'

red 50 ◦ green 59 ◦ blue 82

#323B52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biscay #323B52

Tints of Biscay #323B52

RGB

 RED value IS 50 (19.92% from 255) = 26.18%

 GREEN value IS 59 (23.44% from 255) = 30.89%

 BLUE value IS 82 (32.42% from 255) = 42.93%

R = 26.18%
G = 30.89%
B = 42.93%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#323B52 (or 0x323B52) is known color: Biscay. HEX triplet: 32, 3B and 52. RGB value is (50,59,82). Sum of RGB (Red+Green+Blue) = 50+59+82=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #323B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B52 is #CDC4AD. Grayscale: #3A3A3A. Windows color (decimal): -13485230 or 5389106. OLE color: 5389106.

HSL color Cylindrical-coordinate representation of color #323B52: hue angle of 223.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #323B52 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 59 82 -
CMYK 0.39 0.28 0 0.68
HSL 223.13º 0.24% 0.26% -
HSV(B) 223.13º 0.39% 0.32% -
XYZ 4.4 4.42 8.6 -
YUV 58.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 50 59 82 0.39 0.28 0 0.68 223.13 0.24 0.26
Hex 32 3B 52 27 1C 0 44 DF 18 1A
Octal 62 73 122 47 34 0 104 337 30 32
Binary 110010 111011 1010010 100111 11100 0 1000100 11011111 11000 11010

Color Harmonies of #323B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B52

Black with #323B52

Text Example


Text Example

White with #323B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #323B52;
 }
 .AnyTagClassName
 {
   color: #323B52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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