Html Css Color HEX #323B75 Torea Bay

📋 copy color: '#323B75'

red 50 ◦ green 59 ◦ blue 117

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

Shades of Torea Bay #323B75

Tints of Torea Bay #323B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 22.12%
G = 26.11%
B = 51.77%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#323B75 (or 0x323B75) is known color: Torea Bay. HEX triplet: 32, 3B and 75. RGB value is (50,59,117). Sum of RGB (Red+Green+Blue) = 50+59+117=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #323B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B75 is #CDC48A. Grayscale: #3E3E3E. Windows color (decimal): -13485195 or 7682866. OLE color: 7682866.

HSL color Cylindrical-coordinate representation of color #323B75: hue angle of 231.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323B75 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 59 117 -
CMYK 0.57 0.50 0 0.54
HSL 231.94º 0.4% 0.33% -
HSV(B) 231.94º 0.57% 0.46% -
XYZ 6.09 5.09 17.49 -
YUV 62.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 50 59 117 0.57 0.50 0 0.54 231.94 0.4 0.33
Hex 32 3B 75 39 32 0 36 E8 28 21
Octal 62 73 165 71 62 0 66 350 50 41
Binary 110010 111011 1110101 111001 110010 0 110110 11101000 101000 100001

Color Harmonies of #323B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B75

Black with #323B75

Text Example


Text Example

White with #323B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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