Html Css Color HEX #34449F Tory Blue

📋 copy color: '#34449F'

red 52 ◦ green 68 ◦ blue 159

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

Shades of Tory Blue #34449F

Tints of Tory Blue #34449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

 BLUE value IS 159 (62.5% from 255) = 56.99%

R = 18.64%
G = 24.37%
B = 56.99%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34449F (or 0x34449F) is known color: Tory Blue. HEX triplet: 34, 44 and 9F. RGB value is (52,68,159). Sum of RGB (Red+Green+Blue) = 52+68+159=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #34449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34449F is #CBBB60. Grayscale: #494949. Windows color (decimal): -13351777 or 10437684. OLE color: 10437684.

HSL color Cylindrical-coordinate representation of color #34449F: hue angle of 231.03º degrees, saturation: 0.51, 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 #34449F is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 68 159 -
CMYK 0.67 0.57 0 0.38
HSL 231.03º 0.51% 0.41% -
HSV(B) 231.03º 0.67% 0.62% -
XYZ 9.74 7.37 33.71 -
YUV 73.59 176.2 112.6 -
System Red Green Blue C M Y K H S L
Decimal 52 68 159 0.67 0.57 0 0.38 231.03 0.51 0.41
Hex 34 44 9F 43 39 0 26 E7 33 29
Octal 64 104 237 103 71 0 46 347 63 51
Binary 110100 1000100 10011111 1000011 111001 0 100110 11100111 110011 101001

Color Harmonies of #34449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34449F

Black with #34449F

Text Example


Text Example

White with #34449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34449F; }

 p { color: rgb(52,68,159); }

 H1.HeaderClassName
 {
   color: #34449F;
 }
 .AnyTagClassName
 {
   color: #34449F;
 }
</style>

background-color css

<style>
 a { background-color: #34449F; }

 a { background-color: rgb(52,68,159); }

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

border-color css

<style>
 span { border-color: #34449F; }

 span { border-color: rgb(52,68,159); }

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