Html Css Color HEX #35449B Tory Blue

📋 copy color: '#35449B'

red 53 ◦ green 68 ◦ blue 155

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

Shades of Tory Blue #35449B

Tints of Tory Blue #35449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 19.2%
G = 24.64%
B = 56.16%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35449B (or 0x35449B) is known color: Tory Blue. HEX triplet: 35, 44 and 9B. RGB value is (53,68,155). Sum of RGB (Red+Green+Blue) = 53+68+155=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #35449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35449B is #CABB64. Grayscale: #494949. Windows color (decimal): -13286245 or 10175541. OLE color: 10175541.

HSL color Cylindrical-coordinate representation of color #35449B: hue angle of 231.18º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35449B is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 68 155 -
CMYK 0.66 0.56 0 0.39
HSL 231.18º 0.49% 0.41% -
HSV(B) 231.18º 0.66% 0.61% -
XYZ 9.45 7.26 31.91 -
YUV 73.43 174.03 113.43 -
System Red Green Blue C M Y K H S L
Decimal 53 68 155 0.66 0.56 0 0.39 231.18 0.49 0.41
Hex 35 44 9B 42 38 0 27 E7 31 29
Octal 65 104 233 102 70 0 47 347 61 51
Binary 110101 1000100 10011011 1000010 111000 0 100111 11100111 110001 101001

Color Harmonies of #35449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35449B

Black with #35449B

Text Example


Text Example

White with #35449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,68,155); }

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

background-color css

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

 a { background-color: rgb(53,68,155); }

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

border-color css

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

 span { border-color: rgb(53,68,155); }

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