Html Css Color HEX #31327A Torea Bay

📋 copy color: '#31327A'

red 49 ◦ green 50 ◦ blue 122

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

Shades of Torea Bay #31327A

Tints of Torea Bay #31327A

RGB

 RED value IS 49 (19.53% from 255) = 22.17%

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 122 (48.05% from 255) = 55.2%

R = 22.17%
G = 22.62%
B = 55.2%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31327A (or 0x31327A) is known color: Torea Bay. HEX triplet: 31, 32 and 7A. RGB value is (49,50,122). Sum of RGB (Red+Green+Blue) = 49+50+122=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #31327A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31327A is #CECD85. Grayscale: #393939. Windows color (decimal): -13553030 or 8008241. OLE color: 8008241.

HSL color Cylindrical-coordinate representation of color #31327A: hue angle of 239.18º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31327A is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 50 122 -
CMYK 0.60 0.59 0 0.52
HSL 239.18º 0.43% 0.34% -
HSV(B) 239.18º 0.6% 0.48% -
XYZ 5.92 4.34 18.94 -
YUV 57.91 164.17 121.65 -
System Red Green Blue C M Y K H S L
Decimal 49 50 122 0.60 0.59 0 0.52 239.18 0.43 0.34
Hex 31 32 7A 3C 3B 0 34 EF 2B 22
Octal 61 62 172 74 73 0 64 357 53 42
Binary 110001 110010 1111010 111100 111011 0 110100 11101111 101011 100010

Color Harmonies of #31327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31327A

Black with #31327A

Text Example


Text Example

White with #31327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31327A; }

 p { color: rgb(49,50,122); }

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

background-color css

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

 a { background-color: rgb(49,50,122); }

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

border-color css

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

 span { border-color: rgb(49,50,122); }

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