Html Css Color HEX #313B84 Torea Bay

📋 copy color: '#313B84'

red 49 ◦ green 59 ◦ blue 132

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

Shades of Torea Bay #313B84

Tints of Torea Bay #313B84

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.58%

 BLUE value IS 132 (51.95% from 255) = 55%

R = 20.42%
G = 24.58%
B = 55%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#313B84 (or 0x313B84) is known color: Torea Bay. HEX triplet: 31, 3B and 84. RGB value is (49,59,132). Sum of RGB (Red+Green+Blue) = 49+59+132=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #313B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313B84 is #CEC47B. Grayscale: #404040. Windows color (decimal): -13550716 or 8665905. OLE color: 8665905.

HSL color Cylindrical-coordinate representation of color #313B84: hue angle of 232.77º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313B84 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 59 132 -
CMYK 0.63 0.55 0 0.48
HSL 232.77º 0.46% 0.35% -
HSV(B) 232.77º 0.63% 0.52% -
XYZ 7 5.45 22.51 -
YUV 64.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 49 59 132 0.63 0.55 0 0.48 232.77 0.46 0.35
Hex 31 3B 84 3F 37 0 30 E9 2E 23
Octal 61 73 204 77 67 0 60 351 56 43
Binary 110001 111011 10000100 111111 110111 0 110000 11101001 101110 100011

Color Harmonies of #313B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B84

Black with #313B84

Text Example


Text Example

White with #313B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313B84; }

 p { color: rgb(49,59,132); }

 H1.HeaderClassName
 {
   color: #313B84;
 }
 .AnyTagClassName
 {
   color: #313B84;
 }
</style>

background-color css

<style>
 a { background-color: #313B84; }

 a { background-color: rgb(49,59,132); }

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

border-color css

<style>
 span { border-color: #313B84; }

 span { border-color: rgb(49,59,132); }

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