Html Css Color HEX #344498 Tory Blue

📋 copy color: '#344498'

red 52 ◦ green 68 ◦ blue 152

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

Shades of Tory Blue #344498

Tints of Tory Blue #344498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 55.88%

R = 19.12%
G = 25%
B = 55.88%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#344498 (or 0x344498) is known color: Tory Blue. HEX triplet: 34, 44 and 98. RGB value is (52,68,152). Sum of RGB (Red+Green+Blue) = 52+68+152=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #344498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344498 is #CBBB67. Grayscale: #484848. Windows color (decimal): -13351784 or 9978932. OLE color: 9978932.

HSL color Cylindrical-coordinate representation of color #344498: hue angle of 230.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #344498 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 68 152 -
CMYK 0.66 0.55 0 0.40
HSL 230.4º 0.49% 0.4% -
HSV(B) 230.4º 0.66% 0.6% -
XYZ 9.15 7.13 30.6 -
YUV 72.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 52 68 152 0.66 0.55 0 0.40 230.4 0.49 0.4
Hex 34 44 98 42 37 0 28 E6 31 28
Octal 64 104 230 102 67 0 50 346 61 50
Binary 110100 1000100 10011000 1000010 110111 0 101000 11100110 110001 101000

Color Harmonies of #344498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344498

Black with #344498

Text Example


Text Example

White with #344498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344498; }

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

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

background-color css

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

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

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

border-color css

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

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

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