Html Css Color HEX #343D9B Tory Blue

📋 copy color: '#343D9B'

red 52 ◦ green 61 ◦ blue 155

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

Shades of Tory Blue #343D9B

Tints of Tory Blue #343D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 19.4%
G = 22.76%
B = 57.84%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#343D9B (or 0x343D9B) is known color: Tory Blue. HEX triplet: 34, 3D and 9B. RGB value is (52,61,155). Sum of RGB (Red+Green+Blue) = 52+61+155=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #343D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343D9B is #CBC264. Grayscale: #444444. Windows color (decimal): -13353573 or 10173748. OLE color: 10173748.

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

Color convert

RGB 52 61 155 -
CMYK 0.66 0.61 0 0.39
HSL 234.76º 0.5% 0.41% -
HSV(B) 234.76º 0.66% 0.61% -
XYZ 9 6.43 31.78 -
YUV 69.03 176.52 115.86 -
System Red Green Blue C M Y K H S L
Decimal 52 61 155 0.66 0.61 0 0.39 234.76 0.5 0.41
Hex 34 3D 9B 42 3D 0 27 EB 32 29
Octal 64 75 233 102 75 0 47 353 62 51
Binary 110100 111101 10011011 1000010 111101 0 100111 11101011 110010 101001

Color Harmonies of #343D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D9B

Black with #343D9B

Text Example


Text Example

White with #343D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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