Html Css Color HEX #323970 Torea Bay

📋 copy color: '#323970'

red 50 ◦ green 57 ◦ blue 112

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

Shades of Torea Bay #323970

Tints of Torea Bay #323970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.03%

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 22.83%
G = 26.03%
B = 51.14%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#323970 (or 0x323970) is known color: Torea Bay. HEX triplet: 32, 39 and 70. RGB value is (50,57,112). Sum of RGB (Red+Green+Blue) = 50+57+112=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #323970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323970 is #CDC68F. Grayscale: #3C3C3C. Windows color (decimal): -13485712 or 7354674. OLE color: 7354674.

HSL color Cylindrical-coordinate representation of color #323970: hue angle of 233.23º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #323970 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 57 112 -
CMYK 0.55 0.49 0 0.56
HSL 233.23º 0.38% 0.32% -
HSV(B) 233.23º 0.55% 0.44% -
XYZ 5.7 4.77 15.95 -
YUV 61.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 50 57 112 0.55 0.49 0 0.56 233.23 0.38 0.32
Hex 32 39 70 37 31 0 38 E9 26 20
Octal 62 71 160 67 61 0 70 351 46 40
Binary 110010 111001 1110000 110111 110001 0 111000 11101001 100110 100000

Color Harmonies of #323970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323970

Black with #323970

Text Example


Text Example

White with #323970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323970; }

 p { color: rgb(50,57,112); }

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

background-color css

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

 a { background-color: rgb(50,57,112); }

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

border-color css

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

 span { border-color: rgb(50,57,112); }

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