Html Css Color HEX #353F9E Tory Blue

📋 copy color: '#353F9E'

red 53 ◦ green 63 ◦ blue 158

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

Shades of Tory Blue #353F9E

Tints of Tory Blue #353F9E

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

 BLUE value IS 158 (62.11% from 255) = 57.66%

R = 19.34%
G = 22.99%
B = 57.66%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#353F9E (or 0x353F9E) is known color: Tory Blue. HEX triplet: 35, 3F and 9E. RGB value is (53,63,158). Sum of RGB (Red+Green+Blue) = 53+63+158=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #353F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F9E is #CAC061. Grayscale: #464646. Windows color (decimal): -13287522 or 10370869. OLE color: 10370869.

HSL color Cylindrical-coordinate representation of color #353F9E: hue angle of 234.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353F9E is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 63 158 -
CMYK 0.66 0.60 0 0.38
HSL 234.29º 0.5% 0.41% -
HSV(B) 234.29º 0.66% 0.62% -
XYZ 9.42 6.78 33.16 -
YUV 70.84 177.19 115.28 -
System Red Green Blue C M Y K H S L
Decimal 53 63 158 0.66 0.60 0 0.38 234.29 0.5 0.41
Hex 35 3F 9E 42 3C 0 26 EA 32 29
Octal 65 77 236 102 74 0 46 352 62 51
Binary 110101 111111 10011110 1000010 111100 0 100110 11101010 110010 101001

Color Harmonies of #353F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F9E

Black with #353F9E

Text Example


Text Example

White with #353F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,63,158); }

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

background-color css

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

 a { background-color: rgb(53,63,158); }

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

border-color css

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

 span { border-color: rgb(53,63,158); }

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