Html Css Color HEX #314281 Resolution Blue

📋 copy color: '#314281'

red 49 ◦ green 66 ◦ blue 129

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

Shades of Resolution Blue #314281

Tints of Resolution Blue #314281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 52.87%

R = 20.08%
G = 27.05%
B = 52.87%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#314281 (or 0x314281) is known color: Resolution Blue. HEX triplet: 31, 42 and 81. RGB value is (49,66,129). Sum of RGB (Red+Green+Blue) = 49+66+129=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #314281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314281 is #CEBD7E. Grayscale: #434343. Windows color (decimal): -13548927 or 8471089. OLE color: 8471089.

HSL color Cylindrical-coordinate representation of color #314281: hue angle of 227.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314281 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 66 129 -
CMYK 0.62 0.49 0 0.49
HSL 227.25º 0.45% 0.35% -
HSV(B) 227.25º 0.62% 0.51% -
XYZ 7.18 6.13 21.57 -
YUV 68.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 49 66 129 0.62 0.49 0 0.49 227.25 0.45 0.35
Hex 31 42 81 3E 31 0 31 E3 2D 23
Octal 61 102 201 76 61 0 61 343 55 43
Binary 110001 1000010 10000001 111110 110001 0 110001 11100011 101101 100011

Color Harmonies of #314281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314281

Black with #314281

Text Example


Text Example

White with #314281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314281; }

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

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

background-color css

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

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

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

border-color css

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

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

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