Html Css Color HEX #343D9C Tory Blue

📋 copy color: '#343D9C'

red 52 ◦ green 61 ◦ blue 156

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

Shades of Tory Blue #343D9C

Tints of Tory Blue #343D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.99%

R = 19.33%
G = 22.68%
B = 57.99%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#343D9C (or 0x343D9C) is known color: Tory Blue. HEX triplet: 34, 3D and 9C. RGB value is (52,61,156). Sum of RGB (Red+Green+Blue) = 52+61+156=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #343D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343D9C is #CBC263. Grayscale: #444444. Windows color (decimal): -13353572 or 10239284. OLE color: 10239284.

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

Color convert

RGB 52 61 156 -
CMYK 0.67 0.61 0 0.39
HSL 234.81º 0.5% 0.41% -
HSV(B) 234.81º 0.67% 0.61% -
XYZ 9.09 6.47 32.22 -
YUV 69.14 177.02 115.78 -
System Red Green Blue C M Y K H S L
Decimal 52 61 156 0.67 0.61 0 0.39 234.81 0.5 0.41
Hex 34 3D 9C 43 3D 0 27 EB 32 29
Octal 64 75 234 103 75 0 47 353 62 51
Binary 110100 111101 10011100 1000011 111101 0 100111 11101011 110010 101001

Color Harmonies of #343D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D9C

Black with #343D9C

Text Example


Text Example

White with #343D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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