Html Css Color HEX #323D7C Torea Bay

📋 copy color: '#323D7C'

red 50 ◦ green 61 ◦ blue 124

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

Shades of Torea Bay #323D7C

Tints of Torea Bay #323D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.77%

R = 21.28%
G = 25.96%
B = 52.77%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#323D7C (or 0x323D7C) is known color: Torea Bay. HEX triplet: 32, 3D and 7C. RGB value is (50,61,124). Sum of RGB (Red+Green+Blue) = 50+61+124=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #323D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D7C is #CDC283. Grayscale: #404040. Windows color (decimal): -13484676 or 8142130. OLE color: 8142130.

HSL color Cylindrical-coordinate representation of color #323D7C: hue angle of 231.08º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #323D7C is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 61 124 -
CMYK 0.60 0.51 0 0.51
HSL 231.08º 0.43% 0.34% -
HSV(B) 231.08º 0.6% 0.49% -
XYZ 6.62 5.47 19.78 -
YUV 64.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 50 61 124 0.60 0.51 0 0.51 231.08 0.43 0.34
Hex 32 3D 7C 3C 33 0 33 E7 2B 22
Octal 62 75 174 74 63 0 63 347 53 42
Binary 110010 111101 1111100 111100 110011 0 110011 11100111 101011 100010

Color Harmonies of #323D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D7C

Black with #323D7C

Text Example


Text Example

White with #323D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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