Html Css Color HEX #344885 Tory Blue

📋 copy color: '#344885'

red 52 ◦ green 72 ◦ blue 133

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

Shades of Tory Blue #344885

Tints of Tory Blue #344885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

 BLUE value IS 133 (52.34% from 255) = 51.75%

R = 20.23%
G = 28.02%
B = 51.75%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#344885 (or 0x344885) is known color: Tory Blue. HEX triplet: 34, 48 and 85. RGB value is (52,72,133). Sum of RGB (Red+Green+Blue) = 52+72+133=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #344885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344885 is #CBB77A. Grayscale: #484848. Windows color (decimal): -13350779 or 8734772. OLE color: 8734772.

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

Color convert

RGB 52 72 133 -
CMYK 0.61 0.46 0 0.48
HSL 225.19º 0.44% 0.36% -
HSV(B) 225.19º 0.61% 0.52% -
XYZ 7.97 7.06 23.13 -
YUV 72.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 52 72 133 0.61 0.46 0 0.48 225.19 0.44 0.36
Hex 34 48 85 3D 2E 0 30 E1 2C 24
Octal 64 110 205 75 56 0 60 341 54 44
Binary 110100 1001000 10000101 111101 101110 0 110000 11100001 101100 100100

Color Harmonies of #344885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344885

Black with #344885

Text Example


Text Example

White with #344885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344885; }

 p { color: rgb(52,72,133); }

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

background-color css

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

 a { background-color: rgb(52,72,133); }

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

border-color css

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

 span { border-color: rgb(52,72,133); }

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