Html Css Color HEX #35438F Tory Blue

📋 copy color: '#35438F'

red 53 ◦ green 67 ◦ blue 143

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

Shades of Tory Blue #35438F

Tints of Tory Blue #35438F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

 BLUE value IS 143 (56.25% from 255) = 54.37%

R = 20.15%
G = 25.48%
B = 54.37%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#35438F (or 0x35438F) is known color: Tory Blue. HEX triplet: 35, 43 and 8F. RGB value is (53,67,143). Sum of RGB (Red+Green+Blue) = 53+67+143=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #35438F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35438F is #CABC70. Grayscale: #474747. Windows color (decimal): -13286513 or 9388853. OLE color: 9388853.

HSL color Cylindrical-coordinate representation of color #35438F: hue angle of 230.67º 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 #35438F is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 67 143 -
CMYK 0.63 0.53 0 0.44
HSL 230.67º 0.46% 0.38% -
HSV(B) 230.67º 0.63% 0.56% -
XYZ 8.43 6.75 26.85 -
YUV 71.48 168.36 114.82 -
System Red Green Blue C M Y K H S L
Decimal 53 67 143 0.63 0.53 0 0.44 230.67 0.46 0.38
Hex 35 43 8F 3F 35 0 2C E7 2E 26
Octal 65 103 217 77 65 0 54 347 56 46
Binary 110101 1000011 10001111 111111 110101 0 101100 11100111 101110 100110

Color Harmonies of #35438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35438F

Black with #35438F

Text Example


Text Example

White with #35438F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,67,143); }

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

background-color css

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

 a { background-color: rgb(53,67,143); }

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

border-color css

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

 span { border-color: rgb(53,67,143); }

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