Html Css Color HEX #323B80 Torea Bay

📋 copy color: '#323B80'

red 50 ◦ green 59 ◦ blue 128

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

Shades of Torea Bay #323B80

Tints of Torea Bay #323B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 54.01%

R = 21.1%
G = 24.89%
B = 54.01%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#323B80 (or 0x323B80) is known color: Torea Bay. HEX triplet: 32, 3B and 80. RGB value is (50,59,128). Sum of RGB (Red+Green+Blue) = 50+59+128=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 128 (50.39% from 255 or 54.01% from 237); Max value from RGB is 128 - color contains mainly: blue. Hex color #323B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B80 is #CDC47F. Grayscale: #3F3F3F. Windows color (decimal): -13485184 or 8403762. OLE color: 8403762.

HSL color Cylindrical-coordinate representation of color #323B80: hue angle of 233.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #323B80 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 59 128 -
CMYK 0.61 0.54 0 0.50
HSL 233.08º 0.44% 0.35% -
HSV(B) 233.08º 0.61% 0.5% -
XYZ 6.78 5.36 21.1 -
YUV 64.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 50 59 128 0.61 0.54 0 0.50 233.08 0.44 0.35
Hex 32 3B 80 3D 36 0 32 E9 2C 23
Octal 62 73 200 75 66 0 62 351 54 43
Binary 110010 111011 10000000 111101 110110 0 110010 11101001 101100 100011

Color Harmonies of #323B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B80

Black with #323B80

Text Example


Text Example

White with #323B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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