Html Css Color HEX #344676 Resolution Blue

📋 copy color: '#344676'

red 52 ◦ green 70 ◦ blue 118

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

Shades of Resolution Blue #344676

Tints of Resolution Blue #344676

RGB

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

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

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

R = 21.67%
G = 29.17%
B = 49.17%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#344676 (or 0x344676) is known color: Resolution Blue. HEX triplet: 34, 46 and 76. RGB value is (52,70,118). Sum of RGB (Red+Green+Blue) = 52+70+118=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #344676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344676 is #CBB989. Grayscale: #454545. Windows color (decimal): -13351306 or 7751220. OLE color: 7751220.

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

Color convert

RGB 52 70 118 -
CMYK 0.56 0.41 0 0.54
HSL 223.64º 0.39% 0.33% -
HSV(B) 223.64º 0.56% 0.46% -
XYZ 6.88 6.42 18.02 -
YUV 70.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 52 70 118 0.56 0.41 0 0.54 223.64 0.39 0.33
Hex 34 46 76 38 29 0 36 E0 27 21
Octal 64 106 166 70 51 0 66 340 47 41
Binary 110100 1000110 1110110 111000 101001 0 110110 11100000 100111 100001

Color Harmonies of #344676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344676

Black with #344676

Text Example


Text Example

White with #344676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344676; }

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

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

background-color css

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

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

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

border-color css

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

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

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