Html Css Color HEX #344576 Resolution Blue

📋 copy color: '#344576'

red 52 ◦ green 69 ◦ blue 118

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

Shades of Resolution Blue #344576

Tints of Resolution Blue #344576

RGB

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

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

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

R = 21.76%
G = 28.87%
B = 49.37%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#344576 (or 0x344576) is known color: Resolution Blue. HEX triplet: 34, 45 and 76. RGB value is (52,69,118). Sum of RGB (Red+Green+Blue) = 52+69+118=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #344576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344576 is #CBBA89. Grayscale: #454545. Windows color (decimal): -13351562 or 7750964. OLE color: 7750964.

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

Color convert

RGB 52 69 118 -
CMYK 0.56 0.42 0 0.54
HSL 224.55º 0.39% 0.33% -
HSV(B) 224.55º 0.56% 0.46% -
XYZ 6.81 6.29 18 -
YUV 69.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 52 69 118 0.56 0.42 0 0.54 224.55 0.39 0.33
Hex 34 45 76 38 2A 0 36 E1 27 21
Octal 64 105 166 70 52 0 66 341 47 41
Binary 110100 1000101 1110110 111000 101010 0 110110 11100001 100111 100001

Color Harmonies of #344576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344576

Black with #344576

Text Example


Text Example

White with #344576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344576; }

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

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

background-color css

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

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

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

border-color css

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

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

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