Html Css Color HEX #34428B Tory Blue

📋 copy color: '#34428B'

red 52 ◦ green 66 ◦ blue 139

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

Shades of Tory Blue #34428B

Tints of Tory Blue #34428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.68%

 BLUE value IS 139 (54.69% from 255) = 54.09%

R = 20.23%
G = 25.68%
B = 54.09%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34428B (or 0x34428B) is known color: Tory Blue. HEX triplet: 34, 42 and 8B. RGB value is (52,66,139). Sum of RGB (Red+Green+Blue) = 52+66+139=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #34428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34428B is #CBBD74. Grayscale: #454545. Windows color (decimal): -13352309 or 9126452. OLE color: 9126452.

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

Color convert

RGB 52 66 139 -
CMYK 0.63 0.53 0 0.45
HSL 230.34º 0.46% 0.37% -
HSV(B) 230.34º 0.63% 0.55% -
XYZ 8.02 6.49 25.26 -
YUV 70.14 166.86 115.06 -
System Red Green Blue C M Y K H S L
Decimal 52 66 139 0.63 0.53 0 0.45 230.34 0.46 0.37
Hex 34 42 8B 3F 35 0 2D E6 2E 25
Octal 64 102 213 77 65 0 55 346 56 45
Binary 110100 1000010 10001011 111111 110101 0 101101 11100110 101110 100101

Color Harmonies of #34428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34428B

Black with #34428B

Text Example


Text Example

White with #34428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34428B; }

 p { color: rgb(52,66,139); }

 H1.HeaderClassName
 {
   color: #34428B;
 }
 .AnyTagClassName
 {
   color: #34428B;
 }
</style>

background-color css

<style>
 a { background-color: #34428B; }

 a { background-color: rgb(52,66,139); }

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

border-color css

<style>
 span { border-color: #34428B; }

 span { border-color: rgb(52,66,139); }

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