Html Css Color HEX #34488B Tory Blue

📋 copy color: '#34488B'

red 52 ◦ green 72 ◦ blue 139

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

Shades of Tory Blue #34488B

Tints of Tory Blue #34488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.38%

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

R = 19.77%
G = 27.38%
B = 52.85%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34488B (or 0x34488B) is known color: Tory Blue. HEX triplet: 34, 48 and 8B. RGB value is (52,72,139). Sum of RGB (Red+Green+Blue) = 52+72+139=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #34488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34488B is #CBB774. Grayscale: #494949. Windows color (decimal): -13350773 or 9127988. OLE color: 9127988.

HSL color Cylindrical-coordinate representation of color #34488B: hue angle of 226.21º 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 #34488B is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 72 139 -
CMYK 0.63 0.48 0 0.45
HSL 226.21º 0.46% 0.37% -
HSV(B) 226.21º 0.63% 0.55% -
XYZ 8.39 7.23 25.38 -
YUV 73.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 52 72 139 0.63 0.48 0 0.45 226.21 0.46 0.37
Hex 34 48 8B 3F 30 0 2D E2 2E 25
Octal 64 110 213 77 60 0 55 342 56 45
Binary 110100 1001000 10001011 111111 110000 0 101101 11100010 101110 100101

Color Harmonies of #34488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34488B

Black with #34488B

Text Example


Text Example

White with #34488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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