Html Css Color HEX #344581 Tory Blue

📋 copy color: '#344581'

red 52 ◦ green 69 ◦ blue 129

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

Shades of Tory Blue #344581

Tints of Tory Blue #344581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.6%

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

R = 20.8%
G = 27.6%
B = 51.6%

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

#344581 (or 0x344581) is known color: Tory Blue. HEX triplet: 34, 45 and 81. RGB value is (52,69,129). Sum of RGB (Red+Green+Blue) = 52+69+129=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #344581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344581 is #CBBA7E. Grayscale: #464646. Windows color (decimal): -13351551 or 8471860. OLE color: 8471860.

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

Color convert

RGB 52 69 129 -
CMYK 0.60 0.47 0 0.49
HSL 226.75º 0.43% 0.35% -
HSV(B) 226.75º 0.6% 0.51% -
XYZ 7.51 6.57 21.64 -
YUV 70.76 160.87 114.62 -
System Red Green Blue C M Y K H S L
Decimal 52 69 129 0.60 0.47 0 0.49 226.75 0.43 0.35
Hex 34 45 81 3C 2F 0 31 E3 2B 23
Octal 64 105 201 74 57 0 61 343 53 43
Binary 110100 1000101 10000001 111100 101111 0 110001 11100011 101011 100011

Color Harmonies of #344581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344581

Black with #344581

Text Example


Text Example

White with #344581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344581; }

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

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

background-color css

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

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

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

border-color css

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

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

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