Html Css Color HEX #344974 Resolution Blue

📋 copy color: '#344974'

red 52 ◦ green 73 ◦ blue 116

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

Shades of Resolution Blue #344974

Tints of Resolution Blue #344974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.13%

R = 21.58%
G = 30.29%
B = 48.13%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#344974 (or 0x344974) is known color: Resolution Blue. HEX triplet: 34, 49 and 74. RGB value is (52,73,116). Sum of RGB (Red+Green+Blue) = 52+73+116=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #344974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344974 is #CBB68B. Grayscale: #474747. Windows color (decimal): -13350540 or 7620916. OLE color: 7620916.

HSL color Cylindrical-coordinate representation of color #344974: hue angle of 220.31º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #344974 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 73 116 -
CMYK 0.55 0.37 0 0.55
HSL 220.31º 0.38% 0.33% -
HSV(B) 220.31º 0.55% 0.45% -
XYZ 6.95 6.76 17.46 -
YUV 71.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 52 73 116 0.55 0.37 0 0.55 220.31 0.38 0.33
Hex 34 49 74 37 25 0 37 DC 26 21
Octal 64 111 164 67 45 0 67 334 46 41
Binary 110100 1001001 1110100 110111 100101 0 110111 11011100 100110 100001

Color Harmonies of #344974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344974

Black with #344974

Text Example


Text Example

White with #344974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344974; }

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

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

background-color css

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

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

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

border-color css

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

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

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