Html Css Color HEX #344384 Tory Blue

📋 copy color: '#344384'

red 52 ◦ green 67 ◦ blue 132

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

Shades of Tory Blue #344384

Tints of Tory Blue #344384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 20.72%
G = 26.69%
B = 52.59%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#344384 (or 0x344384) is known color: Tory Blue. HEX triplet: 34, 43 and 84. RGB value is (52,67,132). Sum of RGB (Red+Green+Blue) = 52+67+132=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #344384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344384 is #CBBC7B. Grayscale: #454545. Windows color (decimal): -13352060 or 8667956. OLE color: 8667956.

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

Color convert

RGB 52 67 132 -
CMYK 0.61 0.49 0 0.48
HSL 228.75º 0.43% 0.36% -
HSV(B) 228.75º 0.61% 0.52% -
XYZ 7.59 6.41 22.67 -
YUV 69.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 52 67 132 0.61 0.49 0 0.48 228.75 0.43 0.36
Hex 34 43 84 3D 31 0 30 E5 2B 24
Octal 64 103 204 75 61 0 60 345 53 44
Binary 110100 1000011 10000100 111101 110001 0 110000 11100101 101011 100100

Color Harmonies of #344384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344384

Black with #344384

Text Example


Text Example

White with #344384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344384; }

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

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

background-color css

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

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

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

border-color css

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

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

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