Html Css Color HEX #343D9E Tory Blue

📋 copy color: '#343D9E'

red 52 ◦ green 61 ◦ blue 158

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

Shades of Tory Blue #343D9E

Tints of Tory Blue #343D9E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.51%

 BLUE value IS 158 (62.11% from 255) = 58.3%

R = 19.19%
G = 22.51%
B = 58.3%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#343D9E (or 0x343D9E) is known color: Tory Blue. HEX triplet: 34, 3D and 9E. RGB value is (52,61,158). Sum of RGB (Red+Green+Blue) = 52+61+158=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #343D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343D9E is #CBC261. Grayscale: #444444. Windows color (decimal): -13353570 or 10370356. OLE color: 10370356.

HSL color Cylindrical-coordinate representation of color #343D9E: hue angle of 234.91º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343D9E is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 61 158 -
CMYK 0.67 0.61 0 0.38
HSL 234.91º 0.5% 0.41% -
HSV(B) 234.91º 0.67% 0.62% -
XYZ 9.26 6.54 33.12 -
YUV 69.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 52 61 158 0.67 0.61 0 0.38 234.91 0.5 0.41
Hex 34 3D 9E 43 3D 0 26 EB 32 29
Octal 64 75 236 103 75 0 46 353 62 51
Binary 110100 111101 10011110 1000011 111101 0 100110 11101011 110010 101001

Color Harmonies of #343D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D9E

Black with #343D9E

Text Example


Text Example

White with #343D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343D9E; }

 p { color: rgb(52,61,158); }

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

background-color css

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

 a { background-color: rgb(52,61,158); }

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

border-color css

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

 span { border-color: rgb(52,61,158); }

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