Html Css Color HEX #344774 Resolution Blue

📋 copy color: '#344774'

red 52 ◦ green 71 ◦ blue 116

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

Shades of Resolution Blue #344774

Tints of Resolution Blue #344774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.54%

R = 21.76%
G = 29.71%
B = 48.54%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#344774 (or 0x344774) is known color: Resolution Blue. HEX triplet: 34, 47 and 74. RGB value is (52,71,116). Sum of RGB (Red+Green+Blue) = 52+71+116=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #344774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344774 is #CBB88B. Grayscale: #464646. Windows color (decimal): -13351052 or 7620404. OLE color: 7620404.

HSL color Cylindrical-coordinate representation of color #344774: hue angle of 222.19º 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 #344774 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 71 116 -
CMYK 0.55 0.39 0 0.55
HSL 222.19º 0.38% 0.33% -
HSV(B) 222.19º 0.55% 0.45% -
XYZ 6.82 6.5 17.42 -
YUV 70.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 52 71 116 0.55 0.39 0 0.55 222.19 0.38 0.33
Hex 34 47 74 37 27 0 37 DE 26 21
Octal 64 107 164 67 47 0 67 336 46 41
Binary 110100 1000111 1110100 110111 100111 0 110111 11011110 100110 100001

Color Harmonies of #344774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344774

Black with #344774

Text Example


Text Example

White with #344774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344774; }

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

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

background-color css

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

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

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

border-color css

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

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

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