Html Css Color HEX #314185 Resolution Blue

📋 copy color: '#314185'

red 49 ◦ green 65 ◦ blue 133

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

Shades of Resolution Blue #314185

Tints of Resolution Blue #314185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

 BLUE value IS 133 (52.34% from 255) = 53.85%

R = 19.84%
G = 26.32%
B = 53.85%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#314185 (or 0x314185) is known color: Resolution Blue. HEX triplet: 31, 41 and 85. RGB value is (49,65,133). Sum of RGB (Red+Green+Blue) = 49+65+133=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #314185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314185 is #CEBE7A. Grayscale: #434343. Windows color (decimal): -13549179 or 8732977. OLE color: 8732977.

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

Color convert

RGB 49 65 133 -
CMYK 0.63 0.51 0 0.48
HSL 228.57º 0.46% 0.36% -
HSV(B) 228.57º 0.63% 0.52% -
XYZ 7.39 6.13 22.98 -
YUV 67.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 49 65 133 0.63 0.51 0 0.48 228.57 0.46 0.36
Hex 31 41 85 3F 33 0 30 E5 2E 24
Octal 61 101 205 77 63 0 60 345 56 44
Binary 110001 1000001 10000101 111111 110011 0 110000 11100101 101110 100100

Color Harmonies of #314185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314185

Black with #314185

Text Example


Text Example

White with #314185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314185; }

 p { color: rgb(49,65,133); }

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

background-color css

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

 a { background-color: rgb(49,65,133); }

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

border-color css

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

 span { border-color: rgb(49,65,133); }

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