Html Css Color HEX #323E52 Biscay

📋 copy color: '#323E52'

red 50 ◦ green 62 ◦ blue 82

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

Shades of Biscay #323E52

Tints of Biscay #323E52

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.96%

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

R = 25.77%
G = 31.96%
B = 42.27%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#323E52 (or 0x323E52) is known color: Biscay. HEX triplet: 32, 3E and 52. RGB value is (50,62,82). Sum of RGB (Red+Green+Blue) = 50+62+82=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #323E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E52 is #CDC1AD. Grayscale: #3C3C3C. Windows color (decimal): -13484462 or 5389874. OLE color: 5389874.

HSL color Cylindrical-coordinate representation of color #323E52: hue angle of 217.5º 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 #323E52 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 62 82 -
CMYK 0.39 0.24 0 0.68
HSL 217.5º 0.24% 0.26% -
HSV(B) 217.5º 0.39% 0.32% -
XYZ 4.56 4.73 8.66 -
YUV 60.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 50 62 82 0.39 0.24 0 0.68 217.5 0.24 0.26
Hex 32 3E 52 27 18 0 44 DA 18 1A
Octal 62 76 122 47 30 0 104 332 30 32
Binary 110010 111110 1010010 100111 11000 0 1000100 11011010 11000 11010

Color Harmonies of #323E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E52

Black with #323E52

Text Example


Text Example

White with #323E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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