Html Css Color HEX #35498A Tory Blue

📋 copy color: '#35498A'

red 53 ◦ green 73 ◦ blue 138

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

Shades of Tory Blue #35498A

Tints of Tory Blue #35498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

 BLUE value IS 138 (54.3% from 255) = 52.27%

R = 20.08%
G = 27.65%
B = 52.27%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#35498A (or 0x35498A) is known color: Tory Blue. HEX triplet: 35, 49 and 8A. RGB value is (53,73,138). Sum of RGB (Red+Green+Blue) = 53+73+138=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #35498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35498A is #CAB675. Grayscale: #4A4A4A. Windows color (decimal): -13284982 or 9062709. OLE color: 9062709.

HSL color Cylindrical-coordinate representation of color #35498A: hue angle of 225.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35498A is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 73 138 -
CMYK 0.62 0.47 0 0.46
HSL 225.88º 0.45% 0.37% -
HSV(B) 225.88º 0.62% 0.54% -
XYZ 8.44 7.36 25.02 -
YUV 74.43 163.87 112.71 -
System Red Green Blue C M Y K H S L
Decimal 53 73 138 0.62 0.47 0 0.46 225.88 0.45 0.37
Hex 35 49 8A 3E 2F 0 2E E2 2D 25
Octal 65 111 212 76 57 0 56 342 55 45
Binary 110101 1001001 10001010 111110 101111 0 101110 11100010 101101 100101

Color Harmonies of #35498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35498A

Black with #35498A

Text Example


Text Example

White with #35498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35498A; }

 p { color: rgb(53,73,138); }

 H1.HeaderClassName
 {
   color: #35498A;
 }
 .AnyTagClassName
 {
   color: #35498A;
 }
</style>

background-color css

<style>
 a { background-color: #35498A; }

 a { background-color: rgb(53,73,138); }

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

border-color css

<style>
 span { border-color: #35498A; }

 span { border-color: rgb(53,73,138); }

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