Html Css Color HEX #31327C Torea Bay

📋 copy color: '#31327C'

red 49 ◦ green 50 ◦ blue 124

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

Shades of Torea Bay #31327C

Tints of Torea Bay #31327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.61%

R = 21.97%
G = 22.42%
B = 55.61%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31327C (or 0x31327C) is known color: Torea Bay. HEX triplet: 31, 32 and 7C. RGB value is (49,50,124). Sum of RGB (Red+Green+Blue) = 49+50+124=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #31327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31327C is #CECD83. Grayscale: #393939. Windows color (decimal): -13553028 or 8139313. OLE color: 8139313.

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

Color convert

RGB 49 50 124 -
CMYK 0.60 0.60 0 0.51
HSL 239.2º 0.43% 0.34% -
HSV(B) 239.2º 0.6% 0.49% -
XYZ 6.05 4.39 19.6 -
YUV 58.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 49 50 124 0.60 0.60 0 0.51 239.2 0.43 0.34
Hex 31 32 7C 3C 3C 0 33 EF 2B 22
Octal 61 62 174 74 74 0 63 357 53 42
Binary 110001 110010 1111100 111100 111100 0 110011 11101111 101011 100010

Color Harmonies of #31327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31327C

Black with #31327C

Text Example


Text Example

White with #31327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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