Html Css Color HEX #314070 Resolution Blue

📋 copy color: '#314070'

red 49 ◦ green 64 ◦ blue 112

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

Shades of Resolution Blue #314070

Tints of Resolution Blue #314070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.78%

R = 21.78%
G = 28.44%
B = 49.78%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#314070 (or 0x314070) is known color: Resolution Blue. HEX triplet: 31, 40 and 70. RGB value is (49,64,112). Sum of RGB (Red+Green+Blue) = 49+64+112=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #314070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314070 is #CEBF8F. Grayscale: #404040. Windows color (decimal): -13549456 or 7356465. OLE color: 7356465.

HSL color Cylindrical-coordinate representation of color #314070: hue angle of 225.71º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #314070 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 64 112 -
CMYK 0.56 0.43 0 0.56
HSL 225.71º 0.39% 0.32% -
HSV(B) 225.71º 0.56% 0.44% -
XYZ 6.02 5.49 16.07 -
YUV 64.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 49 64 112 0.56 0.43 0 0.56 225.71 0.39 0.32
Hex 31 40 70 38 2B 0 38 E2 27 20
Octal 61 100 160 70 53 0 70 342 47 40
Binary 110001 1000000 1110000 111000 101011 0 111000 11100010 100111 100000

Color Harmonies of #314070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314070

Black with #314070

Text Example


Text Example

White with #314070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314070; }

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

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

background-color css

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

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

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

border-color css

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

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

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