Html Css Color HEX #344A8A Tory Blue

📋 copy color: '#344A8A'

red 52 ◦ green 74 ◦ blue 138

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

Shades of Tory Blue #344A8A

Tints of Tory Blue #344A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.27%

R = 19.7%
G = 28.03%
B = 52.27%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#344A8A (or 0x344A8A) is known color: Tory Blue. HEX triplet: 34, 4A and 8A. RGB value is (52,74,138). Sum of RGB (Red+Green+Blue) = 52+74+138=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #344A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344A8A is #CBB575. Grayscale: #4A4A4A. Windows color (decimal): -13350262 or 9062964. OLE color: 9062964.

HSL color Cylindrical-coordinate representation of color #344A8A: hue angle of 224.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #344A8A is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 74 138 -
CMYK 0.62 0.46 0 0.46
HSL 224.65º 0.45% 0.37% -
HSV(B) 224.65º 0.62% 0.54% -
XYZ 8.45 7.46 25.04 -
YUV 74.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 52 74 138 0.62 0.46 0 0.46 224.65 0.45 0.37
Hex 34 4A 8A 3E 2E 0 2E E1 2D 25
Octal 64 112 212 76 56 0 56 341 55 45
Binary 110100 1001010 10001010 111110 101110 0 101110 11100001 101101 100101

Color Harmonies of #344A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A8A

Black with #344A8A

Text Example


Text Example

White with #344A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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