Html Css Color HEX #344871 Resolution Blue

📋 copy color: '#344871'

red 52 ◦ green 72 ◦ blue 113

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

Shades of Resolution Blue #344871

Tints of Resolution Blue #344871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.38%

 BLUE value IS 113 (44.53% from 255) = 47.68%

R = 21.94%
G = 30.38%
B = 47.68%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#344871 (or 0x344871) is known color: Resolution Blue. HEX triplet: 34, 48 and 71. RGB value is (52,72,113). Sum of RGB (Red+Green+Blue) = 52+72+113=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #344871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344871 is #CBB78E. Grayscale: #464646. Windows color (decimal): -13350799 or 7424052. OLE color: 7424052.

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

Color convert

RGB 52 72 113 -
CMYK 0.54 0.36 0 0.56
HSL 220.33º 0.37% 0.32% -
HSV(B) 220.33º 0.54% 0.44% -
XYZ 6.71 6.56 16.53 -
YUV 70.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 52 72 113 0.54 0.36 0 0.56 220.33 0.37 0.32
Hex 34 48 71 36 24 0 38 DC 25 20
Octal 64 110 161 66 44 0 70 334 45 40
Binary 110100 1001000 1110001 110110 100100 0 111000 11011100 100101 100000

Color Harmonies of #344871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344871

Black with #344871

Text Example


Text Example

White with #344871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344871; }

 p { color: rgb(52,72,113); }

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

background-color css

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

 a { background-color: rgb(52,72,113); }

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

border-color css

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

 span { border-color: rgb(52,72,113); }

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