Html Css Color HEX #31347C Torea Bay

📋 copy color: '#31347C'

red 49 ◦ green 52 ◦ blue 124

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

Shades of Torea Bay #31347C

Tints of Torea Bay #31347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 21.78%
G = 23.11%
B = 55.11%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31347C (or 0x31347C) is known color: Torea Bay. HEX triplet: 31, 34 and 7C. RGB value is (49,52,124). Sum of RGB (Red+Green+Blue) = 49+52+124=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #31347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31347C is #CECB83. Grayscale: #3B3B3B. Windows color (decimal): -13552516 or 8139825. OLE color: 8139825.

HSL color Cylindrical-coordinate representation of color #31347C: hue angle of 237.6º 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 #31347C is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 52 124 -
CMYK 0.60 0.58 0 0.51
HSL 237.6º 0.43% 0.34% -
HSV(B) 237.6º 0.6% 0.49% -
XYZ 6.13 4.56 19.63 -
YUV 59.31 164.51 120.65 -
System Red Green Blue C M Y K H S L
Decimal 49 52 124 0.60 0.58 0 0.51 237.6 0.43 0.34
Hex 31 34 7C 3C 3A 0 33 EE 2B 22
Octal 61 64 174 74 72 0 63 356 53 42
Binary 110001 110100 1111100 111100 111010 0 110011 11101110 101011 100010

Color Harmonies of #31347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31347C

Black with #31347C

Text Example


Text Example

White with #31347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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