Html Css Color HEX #344198 Tory Blue

📋 copy color: '#344198'

red 52 ◦ green 65 ◦ blue 152

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

Shades of Tory Blue #344198

Tints of Tory Blue #344198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

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

R = 19.33%
G = 24.16%
B = 56.51%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#344198 (or 0x344198) is known color: Tory Blue. HEX triplet: 34, 41 and 98. RGB value is (52,65,152). Sum of RGB (Red+Green+Blue) = 52+65+152=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #344198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344198 is #CBBE67. Grayscale: #464646. Windows color (decimal): -13352552 or 9978164. OLE color: 9978164.

HSL color Cylindrical-coordinate representation of color #344198: hue angle of 232.2º 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 #344198 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 65 152 -
CMYK 0.66 0.57 0 0.40
HSL 232.2º 0.49% 0.4% -
HSV(B) 232.2º 0.66% 0.6% -
XYZ 8.97 6.78 30.54 -
YUV 71.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 52 65 152 0.66 0.57 0 0.40 232.2 0.49 0.4
Hex 34 41 98 42 39 0 28 E8 31 28
Octal 64 101 230 102 71 0 50 350 61 50
Binary 110100 1000001 10011000 1000010 111001 0 101000 11101000 110001 101000

Color Harmonies of #344198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344198

Black with #344198

Text Example


Text Example

White with #344198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344198; }

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

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

background-color css

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

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

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

border-color css

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

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

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