Html Css Color HEX #34439D Tory Blue

📋 copy color: '#34439D'

red 52 ◦ green 67 ◦ blue 157

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

Shades of Tory Blue #34439D

Tints of Tory Blue #34439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.28%

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

R = 18.84%
G = 24.28%
B = 56.88%

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

#34439D (or 0x34439D) is known color: Tory Blue. HEX triplet: 34, 43 and 9D. RGB value is (52,67,157). Sum of RGB (Red+Green+Blue) = 52+67+157=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #34439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34439D is #CBBC62. Grayscale: #484848. Windows color (decimal): -13352035 or 10306356. OLE color: 10306356.

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

Color convert

RGB 52 67 157 -
CMYK 0.67 0.57 0 0.38
HSL 231.43º 0.5% 0.41% -
HSV(B) 231.43º 0.67% 0.62% -
XYZ 9.51 7.18 32.78 -
YUV 72.78 175.53 113.18 -
System Red Green Blue C M Y K H S L
Decimal 52 67 157 0.67 0.57 0 0.38 231.43 0.5 0.41
Hex 34 43 9D 43 39 0 26 E7 32 29
Octal 64 103 235 103 71 0 46 347 62 51
Binary 110100 1000011 10011101 1000011 111001 0 100110 11100111 110010 101001

Color Harmonies of #34439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34439D

Black with #34439D

Text Example


Text Example

White with #34439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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