Html Css Color HEX #35538B Tory Blue

📋 copy color: '#35538B'

red 53 ◦ green 83 ◦ blue 139

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

Shades of Tory Blue #35538B

Tints of Tory Blue #35538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.55%

R = 19.27%
G = 30.18%
B = 50.55%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35538B (or 0x35538B) is known color: Tory Blue. HEX triplet: 35, 53 and 8B. RGB value is (53,83,139). Sum of RGB (Red+Green+Blue) = 53+83+139=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #35538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35538B is #CAAC74. Grayscale: #505050. Windows color (decimal): -13282421 or 9130805. OLE color: 9130805.

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

Color convert

RGB 53 83 139 -
CMYK 0.62 0.40 0 0.45
HSL 219.07º 0.45% 0.38% -
HSV(B) 219.07º 0.62% 0.55% -
XYZ 9.22 8.81 25.64 -
YUV 80.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 53 83 139 0.62 0.40 0 0.45 219.07 0.45 0.38
Hex 35 53 8B 3E 28 0 2D DB 2D 26
Octal 65 123 213 76 50 0 55 333 55 46
Binary 110101 1010011 10001011 111110 101000 0 101101 11011011 101101 100110

Color Harmonies of #35538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35538B

Black with #35538B

Text Example


Text Example

White with #35538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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