Html Css Color HEX #344888 Tory Blue

📋 copy color: '#344888'

red 52 ◦ green 72 ◦ blue 136

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

Shades of Tory Blue #344888

Tints of Tory Blue #344888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.31%

R = 20%
G = 27.69%
B = 52.31%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#344888 (or 0x344888) is known color: Tory Blue. HEX triplet: 34, 48 and 88. RGB value is (52,72,136). Sum of RGB (Red+Green+Blue) = 52+72+136=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #344888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344888 is #CBB777. Grayscale: #494949. Windows color (decimal): -13350776 or 8931380. OLE color: 8931380.

HSL color Cylindrical-coordinate representation of color #344888: hue angle of 225.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #344888 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 72 136 -
CMYK 0.62 0.47 0 0.47
HSL 225.71º 0.45% 0.37% -
HSV(B) 225.71º 0.62% 0.53% -
XYZ 8.18 7.14 24.24 -
YUV 73.32 163.37 112.8 -
System Red Green Blue C M Y K H S L
Decimal 52 72 136 0.62 0.47 0 0.47 225.71 0.45 0.37
Hex 34 48 88 3E 2F 0 2F E2 2D 25
Octal 64 110 210 76 57 0 57 342 55 45
Binary 110100 1001000 10001000 111110 101111 0 101111 11100010 101101 100101

Color Harmonies of #344888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344888

Black with #344888

Text Example


Text Example

White with #344888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344888; }

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

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

background-color css

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

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

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

border-color css

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

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

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