Html Css Color HEX #323B7C Torea Bay

📋 copy color: '#323B7C'

red 50 ◦ green 59 ◦ blue 124

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

Shades of Torea Bay #323B7C

Tints of Torea Bay #323B7C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.32%

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

R = 21.46%
G = 25.32%
B = 53.22%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#323B7C (or 0x323B7C) is known color: Torea Bay. HEX triplet: 32, 3B and 7C. RGB value is (50,59,124). Sum of RGB (Red+Green+Blue) = 50+59+124=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #323B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B7C is #CDC483. Grayscale: #3F3F3F. Windows color (decimal): -13485188 or 8141618. OLE color: 8141618.

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

Color convert

RGB 50 59 124 -
CMYK 0.60 0.52 0 0.51
HSL 232.7º 0.43% 0.34% -
HSV(B) 232.7º 0.6% 0.49% -
XYZ 6.52 5.26 19.74 -
YUV 63.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 50 59 124 0.60 0.52 0 0.51 232.7 0.43 0.34
Hex 32 3B 7C 3C 34 0 33 E9 2B 22
Octal 62 73 174 74 64 0 63 351 53 42
Binary 110010 111011 1111100 111100 110100 0 110011 11101001 101011 100010

Color Harmonies of #323B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B7C

Black with #323B7C

Text Example


Text Example

White with #323B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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