Html Css Color HEX #355893 Tory Blue

📋 copy color: '#355893'

red 53 ◦ green 88 ◦ blue 147

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

Shades of Tory Blue #355893

Tints of Tory Blue #355893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

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

R = 18.4%
G = 30.56%
B = 51.04%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#355893 (or 0x355893) is known color: Tory Blue. HEX triplet: 35, 58 and 93. RGB value is (53,88,147). Sum of RGB (Red+Green+Blue) = 53+88+147=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #355893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355893 is #CAA76C. Grayscale: #535353. Windows color (decimal): -13281133 or 9656373. OLE color: 9656373.

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

Color convert

RGB 53 88 147 -
CMYK 0.64 0.40 0 0.42
HSL 217.66º 0.47% 0.39% -
HSV(B) 217.66º 0.64% 0.58% -
XYZ 10.22 9.84 28.96 -
YUV 84.26 163.4 105.7 -
System Red Green Blue C M Y K H S L
Decimal 53 88 147 0.64 0.40 0 0.42 217.66 0.47 0.39
Hex 35 58 93 40 28 0 2A DA 2F 27
Octal 65 130 223 100 50 0 52 332 57 47
Binary 110101 1011000 10010011 1000000 101000 0 101010 11011010 101111 100111

Color Harmonies of #355893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355893

Black with #355893

Text Example


Text Example

White with #355893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355893; }

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

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

background-color css

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

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

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

border-color css

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

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

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