Html Css Color HEX #31466C Resolution Blue

📋 copy color: '#31466C'

red 49 ◦ green 70 ◦ blue 108

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

Shades of Resolution Blue #31466C

Tints of Resolution Blue #31466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

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

R = 21.59%
G = 30.84%
B = 47.58%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31466C (or 0x31466C) is known color: Resolution Blue. HEX triplet: 31, 46 and 6C. RGB value is (49,70,108). Sum of RGB (Red+Green+Blue) = 49+70+108=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #31466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31466C is #CEB993. Grayscale: #434343. Windows color (decimal): -13547924 or 7095857. OLE color: 7095857.

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

Color convert

RGB 49 70 108 -
CMYK 0.55 0.35 0 0.58
HSL 218.64º 0.38% 0.31% -
HSV(B) 218.64º 0.55% 0.42% -
XYZ 6.16 6.12 15.04 -
YUV 68.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 49 70 108 0.55 0.35 0 0.58 218.64 0.38 0.31
Hex 31 46 6C 37 23 0 3A DB 26 1F
Octal 61 106 154 67 43 0 72 333 46 37
Binary 110001 1000110 1101100 110111 100011 0 111010 11011011 100110 11111

Color Harmonies of #31466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31466C

Black with #31466C

Text Example


Text Example

White with #31466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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