Html Css Color HEX #344A9D Tory Blue

📋 copy color: '#344A9D'

red 52 ◦ green 74 ◦ blue 157

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

Shades of Tory Blue #344A9D

Tints of Tory Blue #344A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 18.37%
G = 26.15%
B = 55.48%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#344A9D (or 0x344A9D) is known color: Tory Blue. HEX triplet: 34, 4A and 9D. RGB value is (52,74,157). Sum of RGB (Red+Green+Blue) = 52+74+157=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #344A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344A9D is #CBB562. Grayscale: #4C4C4C. Windows color (decimal): -13350243 or 10308148. OLE color: 10308148.

HSL color Cylindrical-coordinate representation of color #344A9D: hue angle of 227.43º degrees, saturation: 0.5, 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 #344A9D is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 74 157 -
CMYK 0.67 0.53 0 0.38
HSL 227.43º 0.5% 0.41% -
HSV(B) 227.43º 0.67% 0.62% -
XYZ 9.95 8.06 32.93 -
YUV 76.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 52 74 157 0.67 0.53 0 0.38 227.43 0.5 0.41
Hex 34 4A 9D 43 35 0 26 E3 32 29
Octal 64 112 235 103 65 0 46 343 62 51
Binary 110100 1001010 10011101 1000011 110101 0 100110 11100011 110010 101001

Color Harmonies of #344A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A9D

Black with #344A9D

Text Example


Text Example

White with #344A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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