Html Css Color HEX #344683 Tory Blue

📋 copy color: '#344683'

red 52 ◦ green 70 ◦ blue 131

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

Shades of Tory Blue #344683

Tints of Tory Blue #344683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

 BLUE value IS 131 (51.56% from 255) = 51.78%

R = 20.55%
G = 27.67%
B = 51.78%

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

#344683 (or 0x344683) is known color: Tory Blue. HEX triplet: 34, 46 and 83. RGB value is (52,70,131). Sum of RGB (Red+Green+Blue) = 52+70+131=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #344683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344683 is #CBB97C. Grayscale: #474747. Windows color (decimal): -13351293 or 8603188. OLE color: 8603188.

HSL color Cylindrical-coordinate representation of color #344683: hue angle of 226.33º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #344683 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 70 131 -
CMYK 0.60 0.47 0 0.49
HSL 226.33º 0.43% 0.36% -
HSV(B) 226.33º 0.6% 0.51% -
XYZ 7.7 6.75 22.37 -
YUV 71.57 161.54 114.04 -
System Red Green Blue C M Y K H S L
Decimal 52 70 131 0.60 0.47 0 0.49 226.33 0.43 0.36
Hex 34 46 83 3C 2F 0 31 E2 2B 24
Octal 64 106 203 74 57 0 61 342 53 44
Binary 110100 1000110 10000011 111100 101111 0 110001 11100010 101011 100100

Color Harmonies of #344683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344683

Black with #344683

Text Example


Text Example

White with #344683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344683; }

 p { color: rgb(52,70,131); }

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

background-color css

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

 a { background-color: rgb(52,70,131); }

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

border-color css

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

 span { border-color: rgb(52,70,131); }

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