Html Css Color HEX #344773 Resolution Blue

📋 copy color: '#344773'

red 52 ◦ green 71 ◦ blue 115

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

Shades of Resolution Blue #344773

Tints of Resolution Blue #344773

RGB

 RED value IS 52 (20.7% from 255) = 21.85%

 GREEN value IS 71 (28.13% from 255) = 29.83%

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

R = 21.85%
G = 29.83%
B = 48.32%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#344773 (or 0x344773) is known color: Resolution Blue. HEX triplet: 34, 47 and 73. RGB value is (52,71,115). Sum of RGB (Red+Green+Blue) = 52+71+115=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #344773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344773 is #CBB88C. Grayscale: #464646. Windows color (decimal): -13351053 or 7554868. OLE color: 7554868.

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

Color convert

RGB 52 71 115 -
CMYK 0.55 0.38 0 0.55
HSL 221.9º 0.38% 0.33% -
HSV(B) 221.9º 0.55% 0.45% -
XYZ 6.76 6.47 17.11 -
YUV 70.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 52 71 115 0.55 0.38 0 0.55 221.9 0.38 0.33
Hex 34 47 73 37 26 0 37 DE 26 21
Octal 64 107 163 67 46 0 67 336 46 41
Binary 110100 1000111 1110011 110111 100110 0 110111 11011110 100110 100001

Color Harmonies of #344773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344773

Black with #344773

Text Example


Text Example

White with #344773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344773; }

 p { color: rgb(52,71,115); }

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

background-color css

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

 a { background-color: rgb(52,71,115); }

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

border-color css

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

 span { border-color: rgb(52,71,115); }

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