Html Css Color HEX #343F93 Tory Blue

📋 copy color: '#343F93'

red 52 ◦ green 63 ◦ blue 147

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

Shades of Tory Blue #343F93

Tints of Tory Blue #343F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.11%

R = 19.85%
G = 24.05%
B = 56.11%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#343F93 (or 0x343F93) is known color: Tory Blue. HEX triplet: 34, 3F and 93. RGB value is (52,63,147). Sum of RGB (Red+Green+Blue) = 52+63+147=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #343F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343F93 is #CBC06C. Grayscale: #444444. Windows color (decimal): -13353069 or 9649972. OLE color: 9649972.

HSL color Cylindrical-coordinate representation of color #343F93: hue angle of 233.05º 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 #343F93 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 63 147 -
CMYK 0.65 0.57 0 0.42
HSL 233.05º 0.48% 0.39% -
HSV(B) 233.05º 0.65% 0.58% -
XYZ 8.46 6.39 28.39 -
YUV 69.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 52 63 147 0.65 0.57 0 0.42 233.05 0.48 0.39
Hex 34 3F 93 41 39 0 2A E9 30 27
Octal 64 77 223 101 71 0 52 351 60 47
Binary 110100 111111 10010011 1000001 111001 0 101010 11101001 110000 100111

Color Harmonies of #343F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F93

Black with #343F93

Text Example


Text Example

White with #343F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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