Html Css Color HEX #314373 Resolution Blue

📋 copy color: '#314373'

red 49 ◦ green 67 ◦ blue 115

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

Shades of Resolution Blue #314373

Tints of Resolution Blue #314373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29%

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 21.21%
G = 29%
B = 49.78%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314373 (or 0x314373) is known color: Resolution Blue. HEX triplet: 31, 43 and 73. RGB value is (49,67,115). Sum of RGB (Red+Green+Blue) = 49+67+115=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #314373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314373 is #CEBC8C. Grayscale: #424242. Windows color (decimal): -13548685 or 7553841. OLE color: 7553841.

HSL color Cylindrical-coordinate representation of color #314373: hue angle of 223.64º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #314373 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 67 115 -
CMYK 0.57 0.42 0 0.55
HSL 223.64º 0.4% 0.32% -
HSV(B) 223.64º 0.57% 0.45% -
XYZ 6.37 5.91 17.02 -
YUV 67.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 49 67 115 0.57 0.42 0 0.55 223.64 0.4 0.32
Hex 31 43 73 39 2A 0 37 E0 28 20
Octal 61 103 163 71 52 0 67 340 50 40
Binary 110001 1000011 1110011 111001 101010 0 110111 11100000 101000 100000

Color Harmonies of #314373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314373

Black with #314373

Text Example


Text Example

White with #314373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314373; }

 p { color: rgb(49,67,115); }

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

background-color css

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

 a { background-color: rgb(49,67,115); }

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

border-color css

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

 span { border-color: rgb(49,67,115); }

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