Html Css Color HEX #323A75 Torea Bay

📋 copy color: '#323A75'

red 50 ◦ green 58 ◦ blue 117

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

Shades of Torea Bay #323A75

Tints of Torea Bay #323A75

RGB

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

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

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

R = 22.22%
G = 25.78%
B = 52%

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

#323A75 (or 0x323A75) is known color: Torea Bay. HEX triplet: 32, 3A and 75. RGB value is (50,58,117). Sum of RGB (Red+Green+Blue) = 50+58+117=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #323A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A75 is #CDC58A. Grayscale: #3E3E3E. Windows color (decimal): -13485451 or 7682610. OLE color: 7682610.

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

Color convert

RGB 50 58 117 -
CMYK 0.57 0.50 0 0.54
HSL 232.84º 0.4% 0.33% -
HSV(B) 232.84º 0.57% 0.46% -
XYZ 6.04 4.99 17.47 -
YUV 62.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 50 58 117 0.57 0.50 0 0.54 232.84 0.4 0.33
Hex 32 3A 75 39 32 0 36 E9 28 21
Octal 62 72 165 71 62 0 66 351 50 41
Binary 110010 111010 1110101 111001 110010 0 110110 11101001 101000 100001

Color Harmonies of #323A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A75

Black with #323A75

Text Example


Text Example

White with #323A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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