Html Css Color HEX #344577 Resolution Blue

📋 copy color: '#344577'

red 52 ◦ green 69 ◦ blue 119

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

Shades of Resolution Blue #344577

Tints of Resolution Blue #344577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.75%

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

R = 21.67%
G = 28.75%
B = 49.58%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#344577 (or 0x344577) is known color: Resolution Blue. HEX triplet: 34, 45 and 77. RGB value is (52,69,119). Sum of RGB (Red+Green+Blue) = 52+69+119=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #344577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344577 is #CBBA88. Grayscale: #454545. Windows color (decimal): -13351561 or 7816500. OLE color: 7816500.

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

Color convert

RGB 52 69 119 -
CMYK 0.56 0.42 0 0.53
HSL 224.78º 0.39% 0.34% -
HSV(B) 224.78º 0.56% 0.47% -
XYZ 6.87 6.32 18.31 -
YUV 69.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 52 69 119 0.56 0.42 0 0.53 224.78 0.39 0.34
Hex 34 45 77 38 2A 0 35 E1 27 22
Octal 64 105 167 70 52 0 65 341 47 42
Binary 110100 1000101 1110111 111000 101010 0 110101 11100001 100111 100010

Color Harmonies of #344577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344577

Black with #344577

Text Example


Text Example

White with #344577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344577; }

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

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

background-color css

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

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

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

border-color css

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

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

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