Html Css Color HEX #435A8A Tory Blue

📋 copy color: '#435A8A'

red 67 ◦ green 90 ◦ blue 138

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

Shades of Tory Blue #435A8A

Tints of Tory Blue #435A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

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

R = 22.71%
G = 30.51%
B = 46.78%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#435A8A (or 0x435A8A) is known color: Tory Blue. HEX triplet: 43, 5A and 8A. RGB value is (67,90,138). Sum of RGB (Red+Green+Blue) = 67+90+138=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #435A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435A8A is #BCA575. Grayscale: #585858. Windows color (decimal): -12363126 or 9067075. OLE color: 9067075.

HSL color Cylindrical-coordinate representation of color #435A8A: hue angle of 220.56º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #435A8A is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 90 138 -
CMYK 0.51 0.35 0 0.46
HSL 220.56º 0.35% 0.4% -
HSV(B) 220.56º 0.51% 0.54% -
XYZ 10.56 10.34 25.48 -
YUV 88.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 67 90 138 0.51 0.35 0 0.46 220.56 0.35 0.4
Hex 43 5A 8A 33 23 0 2E DD 23 28
Octal 103 132 212 63 43 0 56 335 43 50
Binary 1000011 1011010 10001010 110011 100011 0 101110 11011101 100011 101000

Color Harmonies of #435A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435A8A

Black with #435A8A

Text Example


Text Example

White with #435A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,90,138); }

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

background-color css

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

 a { background-color: rgb(67,90,138); }

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

border-color css

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

 span { border-color: rgb(67,90,138); }

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