Html Css Color HEX #344598 Tory Blue

📋 copy color: '#344598'

red 52 ◦ green 69 ◦ blue 152

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

Shades of Tory Blue #344598

Tints of Tory Blue #344598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

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

R = 19.05%
G = 25.27%
B = 55.68%

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

#344598 (or 0x344598) is known color: Tory Blue. HEX triplet: 34, 45 and 98. RGB value is (52,69,152). Sum of RGB (Red+Green+Blue) = 52+69+152=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #344598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344598 is #CBBA67. Grayscale: #494949. Windows color (decimal): -13351528 or 9979188. OLE color: 9979188.

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

Color convert

RGB 52 69 152 -
CMYK 0.66 0.55 0 0.40
HSL 229.8º 0.49% 0.4% -
HSV(B) 229.8º 0.66% 0.6% -
XYZ 9.21 7.25 30.62 -
YUV 73.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 52 69 152 0.66 0.55 0 0.40 229.8 0.49 0.4
Hex 34 45 98 42 37 0 28 E6 31 28
Octal 64 105 230 102 67 0 50 346 61 50
Binary 110100 1000101 10011000 1000010 110111 0 101000 11100110 110001 101000

Color Harmonies of #344598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344598

Black with #344598

Text Example


Text Example

White with #344598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344598; }

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

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

background-color css

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

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

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

border-color css

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

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

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