Html Css Color HEX #344976 Resolution Blue

📋 copy color: '#344976'

red 52 ◦ green 73 ◦ blue 118

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

Shades of Resolution Blue #344976

Tints of Resolution Blue #344976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.56%

R = 21.4%
G = 30.04%
B = 48.56%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#344976 (or 0x344976) is known color: Resolution Blue. HEX triplet: 34, 49 and 76. RGB value is (52,73,118). Sum of RGB (Red+Green+Blue) = 52+73+118=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #344976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344976 is #CBB689. Grayscale: #474747. Windows color (decimal): -13350538 or 7751988. OLE color: 7751988.

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

Color convert

RGB 52 73 118 -
CMYK 0.56 0.38 0 0.54
HSL 220.91º 0.39% 0.33% -
HSV(B) 220.91º 0.56% 0.46% -
XYZ 7.07 6.8 18.08 -
YUV 71.85 154.04 113.84 -
System Red Green Blue C M Y K H S L
Decimal 52 73 118 0.56 0.38 0 0.54 220.91 0.39 0.33
Hex 34 49 76 38 26 0 36 DD 27 21
Octal 64 111 166 70 46 0 66 335 47 41
Binary 110100 1001001 1110110 111000 100110 0 110110 11011101 100111 100001

Color Harmonies of #344976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344976

Black with #344976

Text Example


Text Example

White with #344976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344976; }

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

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

background-color css

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

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

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

border-color css

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

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

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