Html Css Color HEX #35538D Tory Blue

📋 copy color: '#35538D'

red 53 ◦ green 83 ◦ blue 141

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

Shades of Tory Blue #35538D

Tints of Tory Blue #35538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

 BLUE value IS 141 (55.47% from 255) = 50.9%

R = 19.13%
G = 29.96%
B = 50.9%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35538D (or 0x35538D) is known color: Tory Blue. HEX triplet: 35, 53 and 8D. RGB value is (53,83,141). Sum of RGB (Red+Green+Blue) = 53+83+141=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #35538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35538D is #CAAC72. Grayscale: #505050. Windows color (decimal): -13282419 or 9261877. OLE color: 9261877.

HSL color Cylindrical-coordinate representation of color #35538D: hue angle of 219.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35538D is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 83 141 -
CMYK 0.62 0.41 0 0.45
HSL 219.55º 0.45% 0.38% -
HSV(B) 219.55º 0.62% 0.55% -
XYZ 9.37 8.87 26.42 -
YUV 80.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 53 83 141 0.62 0.41 0 0.45 219.55 0.45 0.38
Hex 35 53 8D 3E 29 0 2D DC 2D 26
Octal 65 123 215 76 51 0 55 334 55 46
Binary 110101 1010011 10001101 111110 101001 0 101101 11011100 101101 100110

Color Harmonies of #35538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35538D

Black with #35538D

Text Example


Text Example

White with #35538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35538D; }

 p { color: rgb(53,83,141); }

 H1.HeaderClassName
 {
   color: #35538D;
 }
 .AnyTagClassName
 {
   color: #35538D;
 }
</style>

background-color css

<style>
 a { background-color: #35538D; }

 a { background-color: rgb(53,83,141); }

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

border-color css

<style>
 span { border-color: #35538D; }

 span { border-color: rgb(53,83,141); }

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