Html Css Color HEX #354192 Tory Blue

📋 copy color: '#354192'

red 53 ◦ green 65 ◦ blue 146

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

Shades of Tory Blue #354192

Tints of Tory Blue #354192

RGB

 RED value IS 53 (21.09% from 255) = 20.08%

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

 BLUE value IS 146 (57.42% from 255) = 55.3%

R = 20.08%
G = 24.62%
B = 55.3%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#354192 (or 0x354192) is known color: Tory Blue. HEX triplet: 35, 41 and 92. RGB value is (53,65,146). Sum of RGB (Red+Green+Blue) = 53+65+146=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #354192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354192 is #CABE6D. Grayscale: #464646. Windows color (decimal): -13287022 or 9584949. OLE color: 9584949.

HSL color Cylindrical-coordinate representation of color #354192: hue angle of 232.26º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #354192 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 65 146 -
CMYK 0.64 0.55 0 0.43
HSL 232.26º 0.47% 0.39% -
HSV(B) 232.26º 0.64% 0.57% -
XYZ 8.55 6.61 28.02 -
YUV 70.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 53 65 146 0.64 0.55 0 0.43 232.26 0.47 0.39
Hex 35 41 92 40 37 0 2B E8 2F 27
Octal 65 101 222 100 67 0 53 350 57 47
Binary 110101 1000001 10010010 1000000 110111 0 101011 11101000 101111 100111

Color Harmonies of #354192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354192

Black with #354192

Text Example


Text Example

White with #354192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354192; }

 p { color: rgb(53,65,146); }

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

background-color css

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

 a { background-color: rgb(53,65,146); }

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

border-color css

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

 span { border-color: rgb(53,65,146); }

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