Html Css Color HEX #323375 Torea Bay

📋 copy color: '#323375'

red 50 ◦ green 51 ◦ blue 117

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

Shades of Torea Bay #323375

Tints of Torea Bay #323375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

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

R = 22.94%
G = 23.39%
B = 53.67%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#323375 (or 0x323375) is known color: Torea Bay. HEX triplet: 32, 33 and 75. RGB value is (50,51,117). Sum of RGB (Red+Green+Blue) = 50+51+117=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #323375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323375 is #CDCC8A. Grayscale: #393939. Windows color (decimal): -13487243 or 7680818. OLE color: 7680818.

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

Color convert

RGB 50 51 117 -
CMYK 0.57 0.56 0 0.54
HSL 239.1º 0.4% 0.33% -
HSV(B) 239.1º 0.57% 0.46% -
XYZ 5.71 4.33 17.36 -
YUV 58.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 50 51 117 0.57 0.56 0 0.54 239.1 0.4 0.33
Hex 32 33 75 39 38 0 36 EF 28 21
Octal 62 63 165 71 70 0 66 357 50 41
Binary 110010 110011 1110101 111001 111000 0 110110 11101111 101000 100001

Color Harmonies of #323375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323375

Black with #323375

Text Example


Text Example

White with #323375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323375; }

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

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

background-color css

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

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

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

border-color css

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

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

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