Html Css Color HEX #323673 Torea Bay

📋 copy color: '#323673'

red 50 ◦ green 54 ◦ blue 115

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

Shades of Torea Bay #323673

Tints of Torea Bay #323673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.66%

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 22.83%
G = 24.66%
B = 52.51%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#323673 (or 0x323673) is known color: Torea Bay. HEX triplet: 32, 36 and 73. RGB value is (50,54,115). Sum of RGB (Red+Green+Blue) = 50+54+115=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #323673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323673 is #CDC98C. Grayscale: #3B3B3B. Windows color (decimal): -13486477 or 7550514. OLE color: 7550514.

HSL color Cylindrical-coordinate representation of color #323673: hue angle of 236.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323673 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 54 115 -
CMYK 0.57 0.53 0 0.55
HSL 236.31º 0.39% 0.32% -
HSV(B) 236.31º 0.57% 0.45% -
XYZ 5.73 4.55 16.8 -
YUV 59.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 50 54 115 0.57 0.53 0 0.55 236.31 0.39 0.32
Hex 32 36 73 39 35 0 37 EC 27 20
Octal 62 66 163 71 65 0 67 354 47 40
Binary 110010 110110 1110011 111001 110101 0 110111 11101100 100111 100000

Color Harmonies of #323673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323673

Black with #323673

Text Example


Text Example

White with #323673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323673; }

 p { color: rgb(50,54,115); }

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

background-color css

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

 a { background-color: rgb(50,54,115); }

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

border-color css

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

 span { border-color: rgb(50,54,115); }

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