Html Css Color HEX #344481 Resolution Blue

📋 copy color: '#344481'

red 52 ◦ green 68 ◦ blue 129

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

Shades of Resolution Blue #344481

Tints of Resolution Blue #344481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

 BLUE value IS 129 (50.78% from 255) = 51.81%

R = 20.88%
G = 27.31%
B = 51.81%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#344481 (or 0x344481) is known color: Resolution Blue. HEX triplet: 34, 44 and 81. RGB value is (52,68,129). Sum of RGB (Red+Green+Blue) = 52+68+129=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #344481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344481 is #CBBB7E. Grayscale: #454545. Windows color (decimal): -13351807 or 8471604. OLE color: 8471604.

HSL color Cylindrical-coordinate representation of color #344481: hue angle of 227.53º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #344481 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 68 129 -
CMYK 0.60 0.47 0 0.49
HSL 227.53º 0.43% 0.35% -
HSV(B) 227.53º 0.6% 0.51% -
XYZ 7.45 6.45 21.62 -
YUV 70.17 161.2 115.04 -
System Red Green Blue C M Y K H S L
Decimal 52 68 129 0.60 0.47 0 0.49 227.53 0.43 0.35
Hex 34 44 81 3C 2F 0 31 E4 2B 23
Octal 64 104 201 74 57 0 61 344 53 43
Binary 110100 1000100 10000001 111100 101111 0 110001 11100100 101011 100011

Color Harmonies of #344481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344481

Black with #344481

Text Example


Text Example

White with #344481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344481; }

 p { color: rgb(52,68,129); }

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

background-color css

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

 a { background-color: rgb(52,68,129); }

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

border-color css

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

 span { border-color: rgb(52,68,129); }

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