Html Css Color HEX #343F95 Tory Blue

📋 copy color: '#343F95'

red 52 ◦ green 63 ◦ blue 149

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

Shades of Tory Blue #343F95

Tints of Tory Blue #343F95

RGB

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

 GREEN value IS 63 (25% from 255) = 23.86%

 BLUE value IS 149 (58.59% from 255) = 56.44%

R = 19.7%
G = 23.86%
B = 56.44%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#343F95 (or 0x343F95) is known color: Tory Blue. HEX triplet: 34, 3F and 95. RGB value is (52,63,149). Sum of RGB (Red+Green+Blue) = 52+63+149=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #343F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343F95 is #CBC06A. Grayscale: #454545. Windows color (decimal): -13353067 or 9781044. OLE color: 9781044.

HSL color Cylindrical-coordinate representation of color #343F95: hue angle of 233.2º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343F95 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 63 149 -
CMYK 0.65 0.58 0 0.42
HSL 233.2º 0.48% 0.39% -
HSV(B) 233.2º 0.65% 0.58% -
XYZ 8.62 6.46 29.23 -
YUV 69.52 172.86 115.51 -
System Red Green Blue C M Y K H S L
Decimal 52 63 149 0.65 0.58 0 0.42 233.2 0.48 0.39
Hex 34 3F 95 41 3A 0 2A E9 30 27
Octal 64 77 225 101 72 0 52 351 60 47
Binary 110100 111111 10010101 1000001 111010 0 101010 11101001 110000 100111

Color Harmonies of #343F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F95

Black with #343F95

Text Example


Text Example

White with #343F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,63,149); }

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

background-color css

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

 a { background-color: rgb(52,63,149); }

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

border-color css

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

 span { border-color: rgb(52,63,149); }

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