Html Css Color HEX #314085 Resolution Blue

📋 copy color: '#314085'

red 49 ◦ green 64 ◦ blue 133

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

Shades of Resolution Blue #314085

Tints of Resolution Blue #314085

RGB

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

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

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

R = 19.92%
G = 26.02%
B = 54.07%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#314085 (or 0x314085) is known color: Resolution Blue. HEX triplet: 31, 40 and 85. RGB value is (49,64,133). Sum of RGB (Red+Green+Blue) = 49+64+133=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #314085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314085 is #CEBF7A. Grayscale: #434343. Windows color (decimal): -13549435 or 8732721. OLE color: 8732721.

HSL color Cylindrical-coordinate representation of color #314085: hue angle of 229.29º 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 #314085 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 64 133 -
CMYK 0.63 0.52 0 0.48
HSL 229.29º 0.46% 0.36% -
HSV(B) 229.29º 0.63% 0.52% -
XYZ 7.33 6.01 22.96 -
YUV 67.38 165.03 114.89 -
System Red Green Blue C M Y K H S L
Decimal 49 64 133 0.63 0.52 0 0.48 229.29 0.46 0.36
Hex 31 40 85 3F 34 0 30 E5 2E 24
Octal 61 100 205 77 64 0 60 345 56 44
Binary 110001 1000000 10000101 111111 110100 0 110000 11100101 101110 100100

Color Harmonies of #314085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314085

Black with #314085

Text Example


Text Example

White with #314085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314085; }

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

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

background-color css

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

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

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

border-color css

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

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

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