Html Css Color HEX #344583 Tory Blue

📋 copy color: '#344583'

red 52 ◦ green 69 ◦ blue 131

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

Shades of Tory Blue #344583

Tints of Tory Blue #344583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.98%

R = 20.63%
G = 27.38%
B = 51.98%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#344583 (or 0x344583) is known color: Tory Blue. HEX triplet: 34, 45 and 83. RGB value is (52,69,131). Sum of RGB (Red+Green+Blue) = 52+69+131=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #344583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344583 is #CBBA7C. Grayscale: #464646. Windows color (decimal): -13351549 or 8602932. OLE color: 8602932.

HSL color Cylindrical-coordinate representation of color #344583: hue angle of 227.09º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #344583 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 69 131 -
CMYK 0.60 0.47 0 0.49
HSL 227.09º 0.43% 0.36% -
HSV(B) 227.09º 0.6% 0.51% -
XYZ 7.64 6.63 22.35 -
YUV 70.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 52 69 131 0.60 0.47 0 0.49 227.09 0.43 0.36
Hex 34 45 83 3C 2F 0 31 E3 2B 24
Octal 64 105 203 74 57 0 61 343 53 44
Binary 110100 1000101 10000011 111100 101111 0 110001 11100011 101011 100100

Color Harmonies of #344583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344583

Black with #344583

Text Example


Text Example

White with #344583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344583; }

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

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

background-color css

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

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

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

border-color css

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

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

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