Html Css Color HEX #35487F Tory Blue

📋 copy color: '#35487F'

red 53 ◦ green 72 ◦ blue 127

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

Shades of Tory Blue #35487F

Tints of Tory Blue #35487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50.4%

R = 21.03%
G = 28.57%
B = 50.4%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35487F (or 0x35487F) is known color: Tory Blue. HEX triplet: 35, 48 and 7F. RGB value is (53,72,127). Sum of RGB (Red+Green+Blue) = 53+72+127=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #35487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35487F is #CAB780. Grayscale: #484848. Windows color (decimal): -13285249 or 8341557. OLE color: 8341557.

HSL color Cylindrical-coordinate representation of color #35487F: hue angle of 224.59º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35487F is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 72 127 -
CMYK 0.58 0.43 0 0.50
HSL 224.59º 0.41% 0.35% -
HSV(B) 224.59º 0.58% 0.5% -
XYZ 7.62 6.92 21.01 -
YUV 72.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 53 72 127 0.58 0.43 0 0.50 224.59 0.41 0.35
Hex 35 48 7F 3A 2B 0 32 E1 29 23
Octal 65 110 177 72 53 0 62 341 51 43
Binary 110101 1001000 1111111 111010 101011 0 110010 11100001 101001 100011

Color Harmonies of #35487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35487F

Black with #35487F

Text Example


Text Example

White with #35487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35487F; }

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

 H1.HeaderClassName
 {
   color: #35487F;
 }
 .AnyTagClassName
 {
   color: #35487F;
 }
</style>

background-color css

<style>
 a { background-color: #35487F; }

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

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

border-color css

<style>
 span { border-color: #35487F; }

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

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