Html Css Color HEX #344197 Tory Blue

📋 copy color: '#344197'

red 52 ◦ green 65 ◦ blue 151

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

Shades of Tory Blue #344197

Tints of Tory Blue #344197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.34%

R = 19.4%
G = 24.25%
B = 56.34%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#344197 (or 0x344197) is known color: Tory Blue. HEX triplet: 34, 41 and 97. RGB value is (52,65,151). Sum of RGB (Red+Green+Blue) = 52+65+151=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #344197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344197 is #CBBE68. Grayscale: #464646. Windows color (decimal): -13352553 or 9912628. OLE color: 9912628.

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

Color convert

RGB 52 65 151 -
CMYK 0.66 0.57 0 0.41
HSL 232.12º 0.49% 0.4% -
HSV(B) 232.12º 0.66% 0.59% -
XYZ 8.89 6.75 30.11 -
YUV 70.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 52 65 151 0.66 0.57 0 0.41 232.12 0.49 0.4
Hex 34 41 97 42 39 0 29 E8 31 28
Octal 64 101 227 102 71 0 51 350 61 50
Binary 110100 1000001 10010111 1000010 111001 0 101001 11101000 110001 101000

Color Harmonies of #344197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344197

Black with #344197

Text Example


Text Example

White with #344197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344197; }

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

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

background-color css

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

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

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

border-color css

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

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

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