Html Css Color HEX #344975 Resolution Blue

📋 copy color: '#344975'

red 52 ◦ green 73 ◦ blue 117

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

Shades of Resolution Blue #344975

Tints of Resolution Blue #344975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

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

R = 21.49%
G = 30.17%
B = 48.35%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#344975 (or 0x344975) is known color: Resolution Blue. HEX triplet: 34, 49 and 75. RGB value is (52,73,117). Sum of RGB (Red+Green+Blue) = 52+73+117=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #344975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344975 is #CBB68A. Grayscale: #474747. Windows color (decimal): -13350539 or 7686452. OLE color: 7686452.

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

Color convert

RGB 52 73 117 -
CMYK 0.56 0.38 0 0.54
HSL 220.62º 0.38% 0.33% -
HSV(B) 220.62º 0.56% 0.46% -
XYZ 7.01 6.78 17.77 -
YUV 71.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 52 73 117 0.56 0.38 0 0.54 220.62 0.38 0.33
Hex 34 49 75 38 26 0 36 DD 26 21
Octal 64 111 165 70 46 0 66 335 46 41
Binary 110100 1001001 1110101 111000 100110 0 110110 11011101 100110 100001

Color Harmonies of #344975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344975

Black with #344975

Text Example


Text Example

White with #344975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344975; }

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

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

background-color css

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

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

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

border-color css

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

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

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