Html Css Color HEX #323A7D Torea Bay

📋 copy color: '#323A7D'

red 50 ◦ green 58 ◦ blue 125

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

Shades of Torea Bay #323A7D

Tints of Torea Bay #323A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 53.65%

R = 21.46%
G = 24.89%
B = 53.65%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#323A7D (or 0x323A7D) is known color: Torea Bay. HEX triplet: 32, 3A and 7D. RGB value is (50,58,125). Sum of RGB (Red+Green+Blue) = 50+58+125=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #323A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A7D is #CDC582. Grayscale: #3E3E3E. Windows color (decimal): -13485443 or 8206898. OLE color: 8206898.

HSL color Cylindrical-coordinate representation of color #323A7D: hue angle of 233.6º 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 #323A7D is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 58 125 -
CMYK 0.60 0.54 0 0.51
HSL 233.6º 0.43% 0.34% -
HSV(B) 233.6º 0.6% 0.49% -
XYZ 6.53 5.18 20.06 -
YUV 63.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 50 58 125 0.60 0.54 0 0.51 233.6 0.43 0.34
Hex 32 3A 7D 3C 36 0 33 EA 2B 22
Octal 62 72 175 74 66 0 63 352 53 42
Binary 110010 111010 1111101 111100 110110 0 110011 11101010 101011 100010

Color Harmonies of #323A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A7D

Black with #323A7D

Text Example


Text Example

White with #323A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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