Html Css Color HEX #323A53 Biscay

📋 copy color: '#323A53'

red 50 ◦ green 58 ◦ blue 83

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

Shades of Biscay #323A53

Tints of Biscay #323A53

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.37%

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 26.18%
G = 30.37%
B = 43.46%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#323A53 (or 0x323A53) is known color: Biscay. HEX triplet: 32, 3A and 53. RGB value is (50,58,83). Sum of RGB (Red+Green+Blue) = 50+58+83=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #323A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A53 is #CDC5AC. Grayscale: #3A3A3A. Windows color (decimal): -13485485 or 5454386. OLE color: 5454386.

HSL color Cylindrical-coordinate representation of color #323A53: hue angle of 225.45º 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 #323A53 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 58 83 -
CMYK 0.40 0.30 0 0.67
HSL 225.45º 0.25% 0.26% -
HSV(B) 225.45º 0.4% 0.33% -
XYZ 4.39 4.33 8.79 -
YUV 58.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 50 58 83 0.40 0.30 0 0.67 225.45 0.25 0.26
Hex 32 3A 53 28 1E 0 43 E1 19 1A
Octal 62 72 123 50 36 0 103 341 31 32
Binary 110010 111010 1010011 101000 11110 0 1000011 11100001 11001 11010

Color Harmonies of #323A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A53

Black with #323A53

Text Example


Text Example

White with #323A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,58,83); }

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

background-color css

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

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

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

border-color css

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

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

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