Html Css Color HEX #353EA3 Tory Blue

📋 copy color: '#353EA3'

red 53 ◦ green 62 ◦ blue 163

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

Shades of Tory Blue #353EA3

Tints of Tory Blue #353EA3

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.3%

 BLUE value IS 163 (64.06% from 255) = 58.63%

R = 19.06%
G = 22.3%
B = 58.63%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#353EA3 (or 0x353EA3) is known color: Tory Blue. HEX triplet: 35, 3E and A3. RGB value is (53,62,163). Sum of RGB (Red+Green+Blue) = 53+62+163=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 163 (64.06% from 255 or 58.63% from 278); Max value from RGB is 163 - color contains mainly: blue. Hex color #353EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353EA3 is #CAC15C. Grayscale: #464646. Windows color (decimal): -13287773 or 10698293. OLE color: 10698293.

HSL color Cylindrical-coordinate representation of color #353EA3: hue angle of 235.09º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353EA3 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 62 163 -
CMYK 0.67 0.62 0 0.36
HSL 235.09º 0.51% 0.42% -
HSV(B) 235.09º 0.67% 0.64% -
XYZ 9.8 6.85 35.46 -
YUV 70.82 180.02 115.29 -
System Red Green Blue C M Y K H S L
Decimal 53 62 163 0.67 0.62 0 0.36 235.09 0.51 0.42
Hex 35 3E A3 43 3E 0 24 EB 33 2A
Octal 65 76 243 103 76 0 44 353 63 52
Binary 110101 111110 10100011 1000011 111110 0 100100 11101011 110011 101010

Color Harmonies of #353EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EA3

Black with #353EA3

Text Example


Text Example

White with #353EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353EA3; }

 p { color: rgb(53,62,163); }

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

background-color css

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

 a { background-color: rgb(53,62,163); }

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

border-color css

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

 span { border-color: rgb(53,62,163); }

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