Html Css Color HEX #344677 Resolution Blue

📋 copy color: '#344677'

red 52 ◦ green 70 ◦ blue 119

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

Shades of Resolution Blue #344677

Tints of Resolution Blue #344677

RGB

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

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

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

R = 21.58%
G = 29.05%
B = 49.38%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#344677 (or 0x344677) is known color: Resolution Blue. HEX triplet: 34, 46 and 77. RGB value is (52,70,119). Sum of RGB (Red+Green+Blue) = 52+70+119=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #344677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344677 is #CBB988. Grayscale: #454545. Windows color (decimal): -13351305 or 7816756. OLE color: 7816756.

HSL color Cylindrical-coordinate representation of color #344677: hue angle of 223.88º 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 #344677 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 70 119 -
CMYK 0.56 0.41 0 0.53
HSL 223.88º 0.39% 0.34% -
HSV(B) 223.88º 0.56% 0.47% -
XYZ 6.94 6.44 18.33 -
YUV 70.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 52 70 119 0.56 0.41 0 0.53 223.88 0.39 0.34
Hex 34 46 77 38 29 0 35 E0 27 22
Octal 64 106 167 70 51 0 65 340 47 42
Binary 110100 1000110 1110111 111000 101001 0 110101 11100000 100111 100010

Color Harmonies of #344677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344677

Black with #344677

Text Example


Text Example

White with #344677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344677; }

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

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

background-color css

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

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

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

border-color css

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

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

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