Html Css Color HEX #344C90 Tory Blue

📋 copy color: '#344C90'

red 52 ◦ green 76 ◦ blue 144

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

Shades of Tory Blue #344C90

Tints of Tory Blue #344C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.94%

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

R = 19.12%
G = 27.94%
B = 52.94%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#344C90 (or 0x344C90) is known color: Tory Blue. HEX triplet: 34, 4C and 90. RGB value is (52,76,144). Sum of RGB (Red+Green+Blue) = 52+76+144=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #344C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344C90 is #CBB36F. Grayscale: #4C4C4C. Windows color (decimal): -13349744 or 9456692. OLE color: 9456692.

HSL color Cylindrical-coordinate representation of color #344C90: hue angle of 224.35º 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 #344C90 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 76 144 -
CMYK 0.64 0.47 0 0.44
HSL 224.35º 0.47% 0.38% -
HSV(B) 224.35º 0.64% 0.56% -
XYZ 9.03 7.91 27.44 -
YUV 76.58 166.05 110.47 -
System Red Green Blue C M Y K H S L
Decimal 52 76 144 0.64 0.47 0 0.44 224.35 0.47 0.38
Hex 34 4C 90 40 2F 0 2C E0 2F 26
Octal 64 114 220 100 57 0 54 340 57 46
Binary 110100 1001100 10010000 1000000 101111 0 101100 11100000 101111 100110

Color Harmonies of #344C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C90

Black with #344C90

Text Example


Text Example

White with #344C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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