Html Css Color HEX #323D84 Torea Bay

📋 copy color: '#323D84'

red 50 ◦ green 61 ◦ blue 132

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

Shades of Torea Bay #323D84

Tints of Torea Bay #323D84

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.1%

 BLUE value IS 132 (51.95% from 255) = 54.32%

R = 20.58%
G = 25.1%
B = 54.32%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#323D84 (or 0x323D84) is known color: Torea Bay. HEX triplet: 32, 3D and 84. RGB value is (50,61,132). Sum of RGB (Red+Green+Blue) = 50+61+132=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #323D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323D84 is #CDC27B. Grayscale: #414141. Windows color (decimal): -13484668 or 8666418. OLE color: 8666418.

HSL color Cylindrical-coordinate representation of color #323D84: hue angle of 231.95º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323D84 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 61 132 -
CMYK 0.62 0.54 0 0.48
HSL 231.95º 0.45% 0.36% -
HSV(B) 231.95º 0.62% 0.52% -
XYZ 7.15 5.68 22.55 -
YUV 65.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 50 61 132 0.62 0.54 0 0.48 231.95 0.45 0.36
Hex 32 3D 84 3E 36 0 30 E8 2D 24
Octal 62 75 204 76 66 0 60 350 55 44
Binary 110010 111101 10000100 111110 110110 0 110000 11101000 101101 100100

Color Harmonies of #323D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D84

Black with #323D84

Text Example


Text Example

White with #323D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,61,132); }

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

background-color css

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

 a { background-color: rgb(50,61,132); }

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

border-color css

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

 span { border-color: rgb(50,61,132); }

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