Html Css Color HEX #314475 Resolution Blue

📋 copy color: '#314475'

red 49 ◦ green 68 ◦ blue 117

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

Shades of Resolution Blue #314475

Tints of Resolution Blue #314475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

 BLUE value IS 117 (46.09% from 255) = 50%

R = 20.94%
G = 29.06%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#314475 (or 0x314475) is known color: Resolution Blue. HEX triplet: 31, 44 and 75. RGB value is (49,68,117). Sum of RGB (Red+Green+Blue) = 49+68+117=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #314475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314475 is #CEBB8A. Grayscale: #434343. Windows color (decimal): -13548427 or 7685169. OLE color: 7685169.

HSL color Cylindrical-coordinate representation of color #314475: hue angle of 223.24º 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 #314475 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 68 117 -
CMYK 0.58 0.42 0 0.54
HSL 223.24º 0.41% 0.33% -
HSV(B) 223.24º 0.58% 0.46% -
XYZ 6.54 6.07 17.66 -
YUV 67.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 49 68 117 0.58 0.42 0 0.54 223.24 0.41 0.33
Hex 31 44 75 3A 2A 0 36 DF 29 21
Octal 61 104 165 72 52 0 66 337 51 41
Binary 110001 1000100 1110101 111010 101010 0 110110 11011111 101001 100001

Color Harmonies of #314475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314475

Black with #314475

Text Example


Text Example

White with #314475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314475; }

 p { color: rgb(49,68,117); }

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

background-color css

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

 a { background-color: rgb(49,68,117); }

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

border-color css

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

 span { border-color: rgb(49,68,117); }

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