Html Css Color HEX #35568E Tory Blue

📋 copy color: '#35568E'

red 53 ◦ green 86 ◦ blue 142

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

Shades of Tory Blue #35568E

Tints of Tory Blue #35568E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.6%

 BLUE value IS 142 (55.86% from 255) = 50.53%

R = 18.86%
G = 30.6%
B = 50.53%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#35568E (or 0x35568E) is known color: Tory Blue. HEX triplet: 35, 56 and 8E. RGB value is (53,86,142). Sum of RGB (Red+Green+Blue) = 53+86+142=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #35568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35568E is #CAA971. Grayscale: #525252. Windows color (decimal): -13281650 or 9328181. OLE color: 9328181.

HSL color Cylindrical-coordinate representation of color #35568E: hue angle of 217.75º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35568E is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 86 142 -
CMYK 0.63 0.39 0 0.44
HSL 217.75º 0.46% 0.38% -
HSV(B) 217.75º 0.63% 0.56% -
XYZ 9.68 9.37 26.89 -
YUV 82.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 53 86 142 0.63 0.39 0 0.44 217.75 0.46 0.38
Hex 35 56 8E 3F 27 0 2C DA 2E 26
Octal 65 126 216 77 47 0 54 332 56 46
Binary 110101 1010110 10001110 111111 100111 0 101100 11011010 101110 100110

Color Harmonies of #35568E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35568E

Black with #35568E

Text Example


Text Example

White with #35568E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35568E; }

 p { color: rgb(53,86,142); }

 H1.HeaderClassName
 {
   color: #35568E;
 }
 .AnyTagClassName
 {
   color: #35568E;
 }
</style>

background-color css

<style>
 a { background-color: #35568E; }

 a { background-color: rgb(53,86,142); }

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

border-color css

<style>
 span { border-color: #35568E; }

 span { border-color: rgb(53,86,142); }

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