Html Css Color HEX #344580 Resolution Blue

📋 copy color: '#344580'

red 52 ◦ green 69 ◦ blue 128

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

Shades of Resolution Blue #344580

Tints of Resolution Blue #344580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51.41%

R = 20.88%
G = 27.71%
B = 51.41%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#344580 (or 0x344580) is known color: Resolution Blue. HEX triplet: 34, 45 and 80. RGB value is (52,69,128). Sum of RGB (Red+Green+Blue) = 52+69+128=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #344580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344580 is #CBBA7F. Grayscale: #464646. Windows color (decimal): -13351552 or 8406324. OLE color: 8406324.

HSL color Cylindrical-coordinate representation of color #344580: hue angle of 226.58º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #344580 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 69 128 -
CMYK 0.59 0.46 0 0.50
HSL 226.58º 0.42% 0.35% -
HSV(B) 226.58º 0.59% 0.5% -
XYZ 7.44 6.54 21.29 -
YUV 70.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 52 69 128 0.59 0.46 0 0.50 226.58 0.42 0.35
Hex 34 45 80 3B 2E 0 32 E3 2A 23
Octal 64 105 200 73 56 0 62 343 52 43
Binary 110100 1000101 10000000 111011 101110 0 110010 11100011 101010 100011

Color Harmonies of #344580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344580

Black with #344580

Text Example


Text Example

White with #344580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344580; }

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

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

background-color css

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

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

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

border-color css

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

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

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