Html Css Color HEX #35469C Tory Blue

📋 copy color: '#35469C'

red 53 ◦ green 70 ◦ blue 156

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

Shades of Tory Blue #35469C

Tints of Tory Blue #35469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

 BLUE value IS 156 (61.33% from 255) = 55.91%

R = 19%
G = 25.09%
B = 55.91%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35469C (or 0x35469C) is known color: Tory Blue. HEX triplet: 35, 46 and 9C. RGB value is (53,70,156). Sum of RGB (Red+Green+Blue) = 53+70+156=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #35469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35469C is #CAB963. Grayscale: #4A4A4A. Windows color (decimal): -13285732 or 10241589. OLE color: 10241589.

HSL color Cylindrical-coordinate representation of color #35469C: hue angle of 230.1º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35469C is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 70 156 -
CMYK 0.66 0.55 0 0.39
HSL 230.1º 0.49% 0.41% -
HSV(B) 230.1º 0.66% 0.61% -
XYZ 9.66 7.54 32.4 -
YUV 74.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 53 70 156 0.66 0.55 0 0.39 230.1 0.49 0.41
Hex 35 46 9C 42 37 0 27 E6 31 29
Octal 65 106 234 102 67 0 47 346 61 51
Binary 110101 1000110 10011100 1000010 110111 0 100111 11100110 110001 101001

Color Harmonies of #35469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35469C

Black with #35469C

Text Example


Text Example

White with #35469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35469C; }

 p { color: rgb(53,70,156); }

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

background-color css

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

 a { background-color: rgb(53,70,156); }

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

border-color css

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

 span { border-color: rgb(53,70,156); }

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