Html Css Color HEX #34499D Tory Blue

📋 copy color: '#34499D'

red 52 ◦ green 73 ◦ blue 157

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

Shades of Tory Blue #34499D

Tints of Tory Blue #34499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

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

R = 18.44%
G = 25.89%
B = 55.67%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34499D (or 0x34499D) is known color: Tory Blue. HEX triplet: 34, 49 and 9D. RGB value is (52,73,157). Sum of RGB (Red+Green+Blue) = 52+73+157=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #34499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34499D is #CBB662. Grayscale: #4B4B4B. Windows color (decimal): -13350499 or 10307892. OLE color: 10307892.

HSL color Cylindrical-coordinate representation of color #34499D: hue angle of 228º 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 #34499D is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 73 157 -
CMYK 0.67 0.54 0 0.38
HSL 228º 0.5% 0.41% -
HSV(B) 228º 0.67% 0.62% -
XYZ 9.88 7.93 32.91 -
YUV 76.3 173.54 110.67 -
System Red Green Blue C M Y K H S L
Decimal 52 73 157 0.67 0.54 0 0.38 228 0.5 0.41
Hex 34 49 9D 43 36 0 26 E4 32 29
Octal 64 111 235 103 66 0 46 344 62 51
Binary 110100 1001001 10011101 1000011 110110 0 100110 11100100 110010 101001

Color Harmonies of #34499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34499D

Black with #34499D

Text Example


Text Example

White with #34499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34499D; }

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

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

background-color css

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

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

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

border-color css

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

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

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