Html Css Color HEX #323D82 Torea Bay

📋 copy color: '#323D82'

red 50 ◦ green 61 ◦ blue 130

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

Shades of Torea Bay #323D82

Tints of Torea Bay #323D82

RGB

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

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

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

R = 20.75%
G = 25.31%
B = 53.94%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323D82 (or 0x323D82) is known color: Torea Bay. HEX triplet: 32, 3D and 82. RGB value is (50,61,130). Sum of RGB (Red+Green+Blue) = 50+61+130=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #323D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323D82 is #CDC27D. Grayscale: #414141. Windows color (decimal): -13484670 or 8535346. OLE color: 8535346.

HSL color Cylindrical-coordinate representation of color #323D82: hue angle of 231.75º 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 #323D82 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 61 130 -
CMYK 0.62 0.53 0 0.49
HSL 231.75º 0.44% 0.35% -
HSV(B) 231.75º 0.62% 0.51% -
XYZ 7.01 5.63 21.84 -
YUV 65.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 50 61 130 0.62 0.53 0 0.49 231.75 0.44 0.35
Hex 32 3D 82 3E 35 0 31 E8 2C 23
Octal 62 75 202 76 65 0 61 350 54 43
Binary 110010 111101 10000010 111110 110101 0 110001 11101000 101100 100011

Color Harmonies of #323D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D82

Black with #323D82

Text Example


Text Example

White with #323D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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