Html Css Color HEX #34538D Tory Blue

📋 copy color: '#34538D'

red 52 ◦ green 83 ◦ blue 141

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

Shades of Tory Blue #34538D

Tints of Tory Blue #34538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 141 (55.47% from 255) = 51.09%

R = 18.84%
G = 30.07%
B = 51.09%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34538D (or 0x34538D) is known color: Tory Blue. HEX triplet: 34, 53 and 8D. RGB value is (52,83,141). Sum of RGB (Red+Green+Blue) = 52+83+141=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #34538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34538D is #CBAC72. Grayscale: #505050. Windows color (decimal): -13347955 or 9261876. OLE color: 9261876.

HSL color Cylindrical-coordinate representation of color #34538D: hue angle of 219.1º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34538D is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 83 141 -
CMYK 0.63 0.41 0 0.45
HSL 219.1º 0.46% 0.38% -
HSV(B) 219.1º 0.63% 0.55% -
XYZ 9.32 8.84 26.41 -
YUV 80.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 52 83 141 0.63 0.41 0 0.45 219.1 0.46 0.38
Hex 34 53 8D 3F 29 0 2D DB 2E 26
Octal 64 123 215 77 51 0 55 333 56 46
Binary 110100 1010011 10001101 111111 101001 0 101101 11011011 101110 100110

Color Harmonies of #34538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34538D

Black with #34538D

Text Example


Text Example

White with #34538D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,83,141); }

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

background-color css

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

 a { background-color: rgb(52,83,141); }

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

border-color css

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

 span { border-color: rgb(52,83,141); }

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