Html Css Color HEX #344092 Tory Blue

📋 copy color: '#344092'

red 52 ◦ green 64 ◦ blue 146

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

Shades of Tory Blue #344092

Tints of Tory Blue #344092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.43%

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 19.85%
G = 24.43%
B = 55.73%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#344092 (or 0x344092) is known color: Tory Blue. HEX triplet: 34, 40 and 92. RGB value is (52,64,146). Sum of RGB (Red+Green+Blue) = 52+64+146=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #344092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344092 is #CBBF6D. Grayscale: #454545. Windows color (decimal): -13352814 or 9584692. OLE color: 9584692.

HSL color Cylindrical-coordinate representation of color #344092: hue angle of 232.34º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #344092 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 64 146 -
CMYK 0.64 0.56 0 0.43
HSL 232.34º 0.47% 0.39% -
HSV(B) 232.34º 0.64% 0.57% -
XYZ 8.44 6.47 28 -
YUV 69.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 52 64 146 0.64 0.56 0 0.43 232.34 0.47 0.39
Hex 34 40 92 40 38 0 2B E8 2F 27
Octal 64 100 222 100 70 0 53 350 57 47
Binary 110100 1000000 10010010 1000000 111000 0 101011 11101000 101111 100111

Color Harmonies of #344092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344092

Black with #344092

Text Example


Text Example

White with #344092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344092; }

 p { color: rgb(52,64,146); }

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

background-color css

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

 a { background-color: rgb(52,64,146); }

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

border-color css

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

 span { border-color: rgb(52,64,146); }

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