Html Css Color HEX #344777 Resolution Blue

📋 copy color: '#344777'

red 52 ◦ green 71 ◦ blue 119

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

Shades of Resolution Blue #344777

Tints of Resolution Blue #344777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.17%

R = 21.49%
G = 29.34%
B = 49.17%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#344777 (or 0x344777) is known color: Resolution Blue. HEX triplet: 34, 47 and 77. RGB value is (52,71,119). Sum of RGB (Red+Green+Blue) = 52+71+119=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #344777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344777 is #CBB888. Grayscale: #464646. Windows color (decimal): -13351049 or 7817012. OLE color: 7817012.

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

Color convert

RGB 52 71 119 -
CMYK 0.56 0.40 0 0.53
HSL 222.99º 0.39% 0.34% -
HSV(B) 222.99º 0.56% 0.47% -
XYZ 7 6.57 18.35 -
YUV 70.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 52 71 119 0.56 0.40 0 0.53 222.99 0.39 0.34
Hex 34 47 77 38 28 0 35 DF 27 22
Octal 64 107 167 70 50 0 65 337 47 42
Binary 110100 1000111 1110111 111000 101000 0 110101 11011111 100111 100010

Color Harmonies of #344777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344777

Black with #344777

Text Example


Text Example

White with #344777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344777; }

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

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

background-color css

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

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

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

border-color css

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

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

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