Html Css Color HEX #31387D Torea Bay

📋 copy color: '#31387D'

red 49 ◦ green 56 ◦ blue 125

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

Shades of Torea Bay #31387D

Tints of Torea Bay #31387D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 54.35%

R = 21.3%
G = 24.35%
B = 54.35%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31387D (or 0x31387D) is known color: Torea Bay. HEX triplet: 31, 38 and 7D. RGB value is (49,56,125). Sum of RGB (Red+Green+Blue) = 49+56+125=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #31387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31387D is #CEC782. Grayscale: #3D3D3D. Windows color (decimal): -13551491 or 8206385. OLE color: 8206385.

HSL color Cylindrical-coordinate representation of color #31387D: hue angle of 234.47º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31387D is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 56 125 -
CMYK 0.61 0.55 0 0.51
HSL 234.47º 0.44% 0.34% -
HSV(B) 234.47º 0.61% 0.49% -
XYZ 6.38 4.96 20.02 -
YUV 61.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 49 56 125 0.61 0.55 0 0.51 234.47 0.44 0.34
Hex 31 38 7D 3D 37 0 33 EA 2C 22
Octal 61 70 175 75 67 0 63 352 54 42
Binary 110001 111000 1111101 111101 110111 0 110011 11101010 101100 100010

Color Harmonies of #31387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31387D

Black with #31387D

Text Example


Text Example

White with #31387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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