Html Css Color HEX #344679 Resolution Blue

📋 copy color: '#344679'

red 52 ◦ green 70 ◦ blue 121

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

Shades of Resolution Blue #344679

Tints of Resolution Blue #344679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.81%

 BLUE value IS 121 (47.66% from 255) = 49.79%

R = 21.4%
G = 28.81%
B = 49.79%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#344679 (or 0x344679) is known color: Resolution Blue. HEX triplet: 34, 46 and 79. RGB value is (52,70,121). Sum of RGB (Red+Green+Blue) = 52+70+121=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #344679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344679 is #CBB986. Grayscale: #464646. Windows color (decimal): -13351303 or 7947828. OLE color: 7947828.

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

Color convert

RGB 52 70 121 -
CMYK 0.57 0.42 0 0.53
HSL 224.35º 0.4% 0.34% -
HSV(B) 224.35º 0.57% 0.47% -
XYZ 7.06 6.49 18.97 -
YUV 70.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 52 70 121 0.57 0.42 0 0.53 224.35 0.4 0.34
Hex 34 46 79 39 2A 0 35 E0 28 22
Octal 64 106 171 71 52 0 65 340 50 42
Binary 110100 1000110 1111001 111001 101010 0 110101 11100000 101000 100010

Color Harmonies of #344679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344679

Black with #344679

Text Example


Text Example

White with #344679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344679; }

 p { color: rgb(52,70,121); }

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

background-color css

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

 a { background-color: rgb(52,70,121); }

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

border-color css

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

 span { border-color: rgb(52,70,121); }

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