Html Css Color HEX #435B8D Tory Blue

📋 copy color: '#435B8D'

red 67 ◦ green 91 ◦ blue 141

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

Shades of Tory Blue #435B8D

Tints of Tory Blue #435B8D

RGB

 RED value IS 67 (26.56% from 255) = 22.41%

 GREEN value IS 91 (35.94% from 255) = 30.43%

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 22.41%
G = 30.43%
B = 47.16%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#435B8D (or 0x435B8D) is known color: Tory Blue. HEX triplet: 43, 5B and 8D. RGB value is (67,91,141). Sum of RGB (Red+Green+Blue) = 67+91+141=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #435B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435B8D is #BCA472. Grayscale: #595959. Windows color (decimal): -12362867 or 9263939. OLE color: 9263939.

HSL color Cylindrical-coordinate representation of color #435B8D: hue angle of 220.54º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #435B8D is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 91 141 -
CMYK 0.52 0.35 0 0.45
HSL 220.54º 0.36% 0.41% -
HSV(B) 220.54º 0.52% 0.55% -
XYZ 10.86 10.6 26.67 -
YUV 89.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 67 91 141 0.52 0.35 0 0.45 220.54 0.36 0.41
Hex 43 5B 8D 34 23 0 2D DD 24 29
Octal 103 133 215 64 43 0 55 335 44 51
Binary 1000011 1011011 10001101 110100 100011 0 101101 11011101 100100 101001

Color Harmonies of #435B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435B8D

Black with #435B8D

Text Example


Text Example

White with #435B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435B8D; }

 p { color: rgb(67,91,141); }

 H1.HeaderClassName
 {
   color: #435B8D;
 }
 .AnyTagClassName
 {
   color: #435B8D;
 }
</style>

background-color css

<style>
 a { background-color: #435B8D; }

 a { background-color: rgb(67,91,141); }

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

border-color css

<style>
 span { border-color: #435B8D; }

 span { border-color: rgb(67,91,141); }

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