Html Css Color HEX #323E53 Biscay

📋 copy color: '#323E53'

red 50 ◦ green 62 ◦ blue 83

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

Shades of Biscay #323E53

Tints of Biscay #323E53

RGB

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

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

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

R = 25.64%
G = 31.79%
B = 42.56%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#323E53 (or 0x323E53) is known color: Biscay. HEX triplet: 32, 3E and 53. RGB value is (50,62,83). Sum of RGB (Red+Green+Blue) = 50+62+83=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #323E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E53 is #CDC1AC. Grayscale: #3C3C3C. Windows color (decimal): -13484461 or 5455410. OLE color: 5455410.

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

Color convert

RGB 50 62 83 -
CMYK 0.40 0.25 0 0.67
HSL 218.18º 0.25% 0.26% -
HSV(B) 218.18º 0.4% 0.33% -
XYZ 4.6 4.75 8.86 -
YUV 60.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 50 62 83 0.40 0.25 0 0.67 218.18 0.25 0.26
Hex 32 3E 53 28 19 0 43 DA 19 1A
Octal 62 76 123 50 31 0 103 332 31 32
Binary 110010 111110 1010011 101000 11001 0 1000011 11011010 11001 11010

Color Harmonies of #323E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E53

Black with #323E53

Text Example


Text Example

White with #323E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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