Html Css Color HEX #344575 Resolution Blue

📋 copy color: '#344575'

red 52 ◦ green 69 ◦ blue 117

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

Shades of Resolution Blue #344575

Tints of Resolution Blue #344575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.16%

R = 21.85%
G = 28.99%
B = 49.16%

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

#344575 (or 0x344575) is known color: Resolution Blue. HEX triplet: 34, 45 and 75. RGB value is (52,69,117). Sum of RGB (Red+Green+Blue) = 52+69+117=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #344575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344575 is #CBBA8A. Grayscale: #454545. Windows color (decimal): -13351563 or 7685428. OLE color: 7685428.

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

Color convert

RGB 52 69 117 -
CMYK 0.56 0.41 0 0.54
HSL 224.31º 0.38% 0.33% -
HSV(B) 224.31º 0.56% 0.46% -
XYZ 6.76 6.27 17.68 -
YUV 69.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 52 69 117 0.56 0.41 0 0.54 224.31 0.38 0.33
Hex 34 45 75 38 29 0 36 E0 26 21
Octal 64 105 165 70 51 0 66 340 46 41
Binary 110100 1000101 1110101 111000 101001 0 110110 11100000 100110 100001

Color Harmonies of #344575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344575

Black with #344575

Text Example


Text Example

White with #344575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344575; }

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

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

background-color css

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

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

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

border-color css

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

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

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