Html Css Color HEX #344484 Tory Blue

📋 copy color: '#344484'

red 52 ◦ green 68 ◦ blue 132

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

Shades of Tory Blue #344484

Tints of Tory Blue #344484

RGB

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

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

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

R = 20.63%
G = 26.98%
B = 52.38%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#344484 (or 0x344484) is known color: Tory Blue. HEX triplet: 34, 44 and 84. RGB value is (52,68,132). Sum of RGB (Red+Green+Blue) = 52+68+132=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #344484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344484 is #CBBB7B. Grayscale: #464646. Windows color (decimal): -13351804 or 8668212. OLE color: 8668212.

HSL color Cylindrical-coordinate representation of color #344484: hue angle of 228º 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 #344484 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 68 132 -
CMYK 0.61 0.48 0 0.48
HSL 228º 0.43% 0.36% -
HSV(B) 228º 0.61% 0.52% -
XYZ 7.65 6.53 22.69 -
YUV 70.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 52 68 132 0.61 0.48 0 0.48 228 0.43 0.36
Hex 34 44 84 3D 30 0 30 E4 2B 24
Octal 64 104 204 75 60 0 60 344 53 44
Binary 110100 1000100 10000100 111101 110000 0 110000 11100100 101011 100100

Color Harmonies of #344484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344484

Black with #344484

Text Example


Text Example

White with #344484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344484; }

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

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

background-color css

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

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

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

border-color css

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

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

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