Html Css Color HEX #353F9A Tory Blue

📋 copy color: '#353F9A'

red 53 ◦ green 63 ◦ blue 154

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

Shades of Tory Blue #353F9A

Tints of Tory Blue #353F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.04%

R = 19.63%
G = 23.33%
B = 57.04%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#353F9A (or 0x353F9A) is known color: Tory Blue. HEX triplet: 35, 3F and 9A. RGB value is (53,63,154). Sum of RGB (Red+Green+Blue) = 53+63+154=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #353F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F9A is #CAC065. Grayscale: #464646. Windows color (decimal): -13287526 or 10108725. OLE color: 10108725.

HSL color Cylindrical-coordinate representation of color #353F9A: hue angle of 234.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353F9A is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 63 154 -
CMYK 0.66 0.59 0 0.40
HSL 234.06º 0.49% 0.41% -
HSV(B) 234.06º 0.66% 0.6% -
XYZ 9.08 6.64 31.38 -
YUV 70.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 53 63 154 0.66 0.59 0 0.40 234.06 0.49 0.41
Hex 35 3F 9A 42 3B 0 28 EA 31 29
Octal 65 77 232 102 73 0 50 352 61 51
Binary 110101 111111 10011010 1000010 111011 0 101000 11101010 110001 101001

Color Harmonies of #353F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F9A

Black with #353F9A

Text Example


Text Example

White with #353F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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