Html Css Color HEX #314076 Resolution Blue

📋 copy color: '#314076'

red 49 ◦ green 64 ◦ blue 118

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

Shades of Resolution Blue #314076

Tints of Resolution Blue #314076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 21.21%
G = 27.71%
B = 51.08%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#314076 (or 0x314076) is known color: Resolution Blue. HEX triplet: 31, 40 and 76. RGB value is (49,64,118). Sum of RGB (Red+Green+Blue) = 49+64+118=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #314076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314076 is #CEBF89. Grayscale: #414141. Windows color (decimal): -13549450 or 7749681. OLE color: 7749681.

HSL color Cylindrical-coordinate representation of color #314076: hue angle of 226.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314076 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 64 118 -
CMYK 0.58 0.46 0 0.54
HSL 226.96º 0.41% 0.33% -
HSV(B) 226.96º 0.58% 0.46% -
XYZ 6.37 5.63 17.89 -
YUV 65.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 49 64 118 0.58 0.46 0 0.54 226.96 0.41 0.33
Hex 31 40 76 3A 2E 0 36 E3 29 21
Octal 61 100 166 72 56 0 66 343 51 41
Binary 110001 1000000 1110110 111010 101110 0 110110 11100011 101001 100001

Color Harmonies of #314076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314076

Black with #314076

Text Example


Text Example

White with #314076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314076; }

 p { color: rgb(49,64,118); }

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

background-color css

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

 a { background-color: rgb(49,64,118); }

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

border-color css

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

 span { border-color: rgb(49,64,118); }

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