Html Css Color HEX #314275 Resolution Blue

📋 copy color: '#314275'

red 49 ◦ green 66 ◦ blue 117

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

Shades of Resolution Blue #314275

Tints of Resolution Blue #314275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

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

R = 21.12%
G = 28.45%
B = 50.43%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#314275 (or 0x314275) is known color: Resolution Blue. HEX triplet: 31, 42 and 75. RGB value is (49,66,117). Sum of RGB (Red+Green+Blue) = 49+66+117=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #314275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314275 is #CEBD8A. Grayscale: #424242. Windows color (decimal): -13548939 or 7684657. OLE color: 7684657.

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

Color convert

RGB 49 66 117 -
CMYK 0.58 0.44 0 0.54
HSL 225º 0.41% 0.33% -
HSV(B) 225º 0.58% 0.46% -
XYZ 6.43 5.83 17.62 -
YUV 66.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 49 66 117 0.58 0.44 0 0.54 225 0.41 0.33
Hex 31 42 75 3A 2C 0 36 E1 29 21
Octal 61 102 165 72 54 0 66 341 51 41
Binary 110001 1000010 1110101 111010 101100 0 110110 11100001 101001 100001

Color Harmonies of #314275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314275

Black with #314275

Text Example


Text Example

White with #314275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314275; }

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

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

background-color css

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

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

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

border-color css

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

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

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