Html Css Color HEX #353F9D Tory Blue

📋 copy color: '#353F9D'

red 53 ◦ green 63 ◦ blue 157

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

Shades of Tory Blue #353F9D

Tints of Tory Blue #353F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.51%

R = 19.41%
G = 23.08%
B = 57.51%

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

#353F9D (or 0x353F9D) is known color: Tory Blue. HEX triplet: 35, 3F and 9D. RGB value is (53,63,157). Sum of RGB (Red+Green+Blue) = 53+63+157=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #353F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F9D is #CAC062. Grayscale: #464646. Windows color (decimal): -13287523 or 10305333. OLE color: 10305333.

HSL color Cylindrical-coordinate representation of color #353F9D: hue angle of 234.23º 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 #353F9D is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 63 157 -
CMYK 0.66 0.60 0 0.38
HSL 234.23º 0.5% 0.41% -
HSV(B) 234.23º 0.66% 0.62% -
XYZ 9.33 6.75 32.71 -
YUV 70.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 53 63 157 0.66 0.60 0 0.38 234.23 0.5 0.41
Hex 35 3F 9D 42 3C 0 26 EA 32 29
Octal 65 77 235 102 74 0 46 352 62 51
Binary 110101 111111 10011101 1000010 111100 0 100110 11101010 110010 101001

Color Harmonies of #353F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F9D

Black with #353F9D

Text Example


Text Example

White with #353F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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