Html Css Color HEX #31386C Torea Bay

📋 copy color: '#31386C'

red 49 ◦ green 56 ◦ blue 108

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

Shades of Torea Bay #31386C

Tints of Torea Bay #31386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.7%

R = 23%
G = 26.29%
B = 50.7%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31386C (or 0x31386C) is known color: Torea Bay. HEX triplet: 31, 38 and 6C. RGB value is (49,56,108). Sum of RGB (Red+Green+Blue) = 49+56+108=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #31386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31386C is #CEC793. Grayscale: #3B3B3B. Windows color (decimal): -13551508 or 7092273. OLE color: 7092273.

HSL color Cylindrical-coordinate representation of color #31386C: hue angle of 232.88º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31386C is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 56 108 -
CMYK 0.55 0.48 0 0.58
HSL 232.88º 0.38% 0.31% -
HSV(B) 232.88º 0.55% 0.42% -
XYZ 5.39 4.56 14.78 -
YUV 59.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 49 56 108 0.55 0.48 0 0.58 232.88 0.38 0.31
Hex 31 38 6C 37 30 0 3A E9 26 1F
Octal 61 70 154 67 60 0 72 351 46 37
Binary 110001 111000 1101100 110111 110000 0 111010 11101001 100110 11111

Color Harmonies of #31386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31386C

Black with #31386C

Text Example


Text Example

White with #31386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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