Html Css Color HEX #323A82 Torea Bay

📋 copy color: '#323A82'

red 50 ◦ green 58 ◦ blue 130

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

Shades of Torea Bay #323A82

Tints of Torea Bay #323A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.62%

R = 21.01%
G = 24.37%
B = 54.62%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323A82 (or 0x323A82) is known color: Torea Bay. HEX triplet: 32, 3A and 82. RGB value is (50,58,130). Sum of RGB (Red+Green+Blue) = 50+58+130=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #323A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323A82 is #CDC57D. Grayscale: #3F3F3F. Windows color (decimal): -13485438 or 8534578. OLE color: 8534578.

HSL color Cylindrical-coordinate representation of color #323A82: hue angle of 234º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323A82 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 58 130 -
CMYK 0.62 0.55 0 0.49
HSL 234º 0.44% 0.35% -
HSV(B) 234º 0.62% 0.51% -
XYZ 6.86 5.32 21.78 -
YUV 63.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 50 58 130 0.62 0.55 0 0.49 234 0.44 0.35
Hex 32 3A 82 3E 37 0 31 EA 2C 23
Octal 62 72 202 76 67 0 61 352 54 43
Binary 110010 111010 10000010 111110 110111 0 110001 11101010 101100 100011

Color Harmonies of #323A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A82

Black with #323A82

Text Example


Text Example

White with #323A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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