Html Css Color HEX #344972 Resolution Blue

📋 copy color: '#344972'

red 52 ◦ green 73 ◦ blue 114

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

Shades of Resolution Blue #344972

Tints of Resolution Blue #344972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.54%

 BLUE value IS 114 (44.92% from 255) = 47.7%

R = 21.76%
G = 30.54%
B = 47.7%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#344972 (or 0x344972) is known color: Resolution Blue. HEX triplet: 34, 49 and 72. RGB value is (52,73,114). Sum of RGB (Red+Green+Blue) = 52+73+114=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #344972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344972 is #CBB68D. Grayscale: #474747. Windows color (decimal): -13350542 or 7489844. OLE color: 7489844.

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

Color convert

RGB 52 73 114 -
CMYK 0.54 0.36 0 0.55
HSL 219.68º 0.37% 0.33% -
HSV(B) 219.68º 0.54% 0.45% -
XYZ 6.84 6.71 16.85 -
YUV 71.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 52 73 114 0.54 0.36 0 0.55 219.68 0.37 0.33
Hex 34 49 72 36 24 0 37 DC 25 21
Octal 64 111 162 66 44 0 67 334 45 41
Binary 110100 1001001 1110010 110110 100100 0 110111 11011100 100101 100001

Color Harmonies of #344972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344972

Black with #344972

Text Example


Text Example

White with #344972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344972; }

 p { color: rgb(52,73,114); }

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

background-color css

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

 a { background-color: rgb(52,73,114); }

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

border-color css

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

 span { border-color: rgb(52,73,114); }

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