Html Css Color HEX #344284 Resolution Blue

📋 copy color: '#344284'

red 52 ◦ green 66 ◦ blue 132

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

Shades of Resolution Blue #344284

Tints of Resolution Blue #344284

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

 BLUE value IS 132 (51.95% from 255) = 52.8%

R = 20.8%
G = 26.4%
B = 52.8%

CMYK

 C value IS 0.61

 M value IS 0.5

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#344284 (or 0x344284) is known color: Resolution Blue. HEX triplet: 34, 42 and 84. RGB value is (52,66,132). Sum of RGB (Red+Green+Blue) = 52+66+132=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #344284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344284 is #CBBD7B. Grayscale: #454545. Windows color (decimal): -13352316 or 8667700. OLE color: 8667700.

HSL color Cylindrical-coordinate representation of color #344284: hue angle of 229.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344284 is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 66 132 -
CMYK 0.61 0.5 0 0.48
HSL 229.5º 0.43% 0.36% -
HSV(B) 229.5º 0.61% 0.52% -
XYZ 7.53 6.29 22.65 -
YUV 69.34 163.36 115.63 -
System Red Green Blue C M Y K H S L
Decimal 52 66 132 0.61 0.5 0 0.48 229.5 0.43 0.36
Hex 34 42 84 3D 32 0 30 E6 2B 24
Octal 64 102 204 75 62 0 60 346 53 44
Binary 110100 1000010 10000100 111101 110010 0 110000 11100110 101011 100100

Color Harmonies of #344284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344284

Black with #344284

Text Example


Text Example

White with #344284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344284; }

 p { color: rgb(52,66,132); }

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

background-color css

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

 a { background-color: rgb(52,66,132); }

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

border-color css

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

 span { border-color: rgb(52,66,132); }

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