Html Css Color HEX #31387C Torea Bay

📋 copy color: '#31387C'

red 49 ◦ green 56 ◦ blue 124

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

Shades of Torea Bay #31387C

Tints of Torea Bay #31387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.45%

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

R = 21.4%
G = 24.45%
B = 54.15%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31387C (or 0x31387C) is known color: Torea Bay. HEX triplet: 31, 38 and 7C. RGB value is (49,56,124). Sum of RGB (Red+Green+Blue) = 49+56+124=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #31387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31387C is #CEC783. Grayscale: #3D3D3D. Windows color (decimal): -13551492 or 8140849. OLE color: 8140849.

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

Color convert

RGB 49 56 124 -
CMYK 0.60 0.55 0 0.51
HSL 234.4º 0.43% 0.34% -
HSV(B) 234.4º 0.6% 0.49% -
XYZ 6.32 4.94 19.69 -
YUV 61.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 49 56 124 0.60 0.55 0 0.51 234.4 0.43 0.34
Hex 31 38 7C 3C 37 0 33 EA 2B 22
Octal 61 70 174 74 67 0 63 352 53 42
Binary 110001 111000 1111100 111100 110111 0 110011 11101010 101011 100010

Color Harmonies of #31387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31387C

Black with #31387C

Text Example


Text Example

White with #31387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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