Html Css Color HEX #343F9F Tory Blue

📋 copy color: '#343F9F'

red 52 ◦ green 63 ◦ blue 159

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

Shades of Tory Blue #343F9F

Tints of Tory Blue #343F9F

RGB

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

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

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

R = 18.98%
G = 22.99%
B = 58.03%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#343F9F (or 0x343F9F) is known color: Tory Blue. HEX triplet: 34, 3F and 9F. RGB value is (52,63,159). Sum of RGB (Red+Green+Blue) = 52+63+159=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #343F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343F9F is #CBC060. Grayscale: #464646. Windows color (decimal): -13353057 or 10436404. OLE color: 10436404.

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

Color convert

RGB 52 63 159 -
CMYK 0.67 0.60 0 0.38
HSL 233.83º 0.51% 0.41% -
HSV(B) 233.83º 0.67% 0.62% -
XYZ 9.45 6.79 33.61 -
YUV 70.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 52 63 159 0.67 0.60 0 0.38 233.83 0.51 0.41
Hex 34 3F 9F 43 3C 0 26 EA 33 29
Octal 64 77 237 103 74 0 46 352 63 51
Binary 110100 111111 10011111 1000011 111100 0 100110 11101010 110011 101001

Color Harmonies of #343F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F9F

Black with #343F9F

Text Example


Text Example

White with #343F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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