Html Css Color HEX #343E9F Tory Blue

📋 copy color: '#343E9F'

red 52 ◦ green 62 ◦ blue 159

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

Shades of Tory Blue #343E9F

Tints of Tory Blue #343E9F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

 BLUE value IS 159 (62.5% from 255) = 58.24%

R = 19.05%
G = 22.71%
B = 58.24%

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

#343E9F (or 0x343E9F) is known color: Tory Blue. HEX triplet: 34, 3E and 9F. RGB value is (52,62,159). Sum of RGB (Red+Green+Blue) = 52+62+159=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #343E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343E9F is #CBC160. Grayscale: #454545. Windows color (decimal): -13353313 or 10436148. OLE color: 10436148.

HSL color Cylindrical-coordinate representation of color #343E9F: hue angle of 234.39º degrees, saturation: 0.51, 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 #343E9F is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 62 159 -
CMYK 0.67 0.61 0 0.38
HSL 234.39º 0.51% 0.41% -
HSV(B) 234.39º 0.67% 0.62% -
XYZ 9.4 6.68 33.59 -
YUV 70.07 178.19 115.11 -
System Red Green Blue C M Y K H S L
Decimal 52 62 159 0.67 0.61 0 0.38 234.39 0.51 0.41
Hex 34 3E 9F 43 3D 0 26 EA 33 29
Octal 64 76 237 103 75 0 46 352 63 51
Binary 110100 111110 10011111 1000011 111101 0 100110 11101010 110011 101001

Color Harmonies of #343E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E9F

Black with #343E9F

Text Example


Text Example

White with #343E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,62,159); }

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

background-color css

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

 a { background-color: rgb(52,62,159); }

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

border-color css

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

 span { border-color: rgb(52,62,159); }

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