Html Css Color HEX #344A90 Tory Blue

📋 copy color: '#344A90'

red 52 ◦ green 74 ◦ blue 144

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

Shades of Tory Blue #344A90

Tints of Tory Blue #344A90

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.41%

 BLUE value IS 144 (56.64% from 255) = 53.33%

R = 19.26%
G = 27.41%
B = 53.33%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#344A90 (or 0x344A90) is known color: Tory Blue. HEX triplet: 34, 4A and 90. RGB value is (52,74,144). Sum of RGB (Red+Green+Blue) = 52+74+144=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #344A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344A90 is #CBB56F. Grayscale: #4B4B4B. Windows color (decimal): -13350256 or 9456180. OLE color: 9456180.

HSL color Cylindrical-coordinate representation of color #344A90: hue angle of 225.65º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #344A90 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 74 144 -
CMYK 0.64 0.49 0 0.44
HSL 225.65º 0.47% 0.38% -
HSV(B) 225.65º 0.64% 0.56% -
XYZ 8.9 7.64 27.39 -
YUV 75.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 52 74 144 0.64 0.49 0 0.44 225.65 0.47 0.38
Hex 34 4A 90 40 31 0 2C E2 2F 26
Octal 64 112 220 100 61 0 54 342 57 46
Binary 110100 1001010 10010000 1000000 110001 0 101100 11100010 101111 100110

Color Harmonies of #344A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A90

Black with #344A90

Text Example


Text Example

White with #344A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344A90; }

 p { color: rgb(52,74,144); }

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

background-color css

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

 a { background-color: rgb(52,74,144); }

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

border-color css

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

 span { border-color: rgb(52,74,144); }

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