Html Css Color HEX #35488D Tory Blue

📋 copy color: '#35488D'

red 53 ◦ green 72 ◦ blue 141

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

Shades of Tory Blue #35488D

Tints of Tory Blue #35488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

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

R = 19.92%
G = 27.07%
B = 53.01%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35488D (or 0x35488D) is known color: Tory Blue. HEX triplet: 35, 48 and 8D. RGB value is (53,72,141). Sum of RGB (Red+Green+Blue) = 53+72+141=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #35488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35488D is #CAB772. Grayscale: #494949. Windows color (decimal): -13285235 or 9259061. OLE color: 9259061.

HSL color Cylindrical-coordinate representation of color #35488D: hue angle of 227.05º 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 #35488D is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 72 141 -
CMYK 0.62 0.49 0 0.45
HSL 227.05º 0.45% 0.38% -
HSV(B) 227.05º 0.62% 0.55% -
XYZ 8.59 7.31 26.16 -
YUV 74.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 53 72 141 0.62 0.49 0 0.45 227.05 0.45 0.38
Hex 35 48 8D 3E 31 0 2D E3 2D 26
Octal 65 110 215 76 61 0 55 343 55 46
Binary 110101 1001000 10001101 111110 110001 0 101101 11100011 101101 100110

Color Harmonies of #35488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35488D

Black with #35488D

Text Example


Text Example

White with #35488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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