Html Css Color HEX #354093 Tory Blue

📋 copy color: '#354093'

red 53 ◦ green 64 ◦ blue 147

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

Shades of Tory Blue #354093

Tints of Tory Blue #354093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 20.08%
G = 24.24%
B = 55.68%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#354093 (or 0x354093) is known color: Tory Blue. HEX triplet: 35, 40 and 93. RGB value is (53,64,147). Sum of RGB (Red+Green+Blue) = 53+64+147=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #354093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354093 is #CABF6C. Grayscale: #454545. Windows color (decimal): -13287277 or 9650229. OLE color: 9650229.

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

Color convert

RGB 53 64 147 -
CMYK 0.64 0.56 0 0.42
HSL 232.98º 0.47% 0.39% -
HSV(B) 232.98º 0.64% 0.58% -
XYZ 8.57 6.53 28.41 -
YUV 70.17 171.36 115.75 -
System Red Green Blue C M Y K H S L
Decimal 53 64 147 0.64 0.56 0 0.42 232.98 0.47 0.39
Hex 35 40 93 40 38 0 2A E9 2F 27
Octal 65 100 223 100 70 0 52 351 57 47
Binary 110101 1000000 10010011 1000000 111000 0 101010 11101001 101111 100111

Color Harmonies of #354093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354093

Black with #354093

Text Example


Text Example

White with #354093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354093; }

 p { color: rgb(53,64,147); }

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

background-color css

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

 a { background-color: rgb(53,64,147); }

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

border-color css

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

 span { border-color: rgb(53,64,147); }

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