Html Css Color HEX #434B89 Tory Blue

📋 copy color: '#434B89'

red 67 ◦ green 75 ◦ blue 137

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

Shades of Tory Blue #434B89

Tints of Tory Blue #434B89

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.88%

 BLUE value IS 137 (53.91% from 255) = 49.1%

R = 24.01%
G = 26.88%
B = 49.1%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#434B89 (or 0x434B89) is known color: Tory Blue. HEX triplet: 43, 4B and 89. RGB value is (67,75,137). Sum of RGB (Red+Green+Blue) = 67+75+137=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #434B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B89 is #BCB476. Grayscale: #4F4F4F. Windows color (decimal): -12366967 or 8997699. OLE color: 8997699.

HSL color Cylindrical-coordinate representation of color #434B89: hue angle of 233.14º degrees, saturation: 0.34, 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 #434B89 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 75 137 -
CMYK 0.51 0.45 0 0.46
HSL 233.14º 0.34% 0.4% -
HSV(B) 233.14º 0.51% 0.54% -
XYZ 9.35 8.03 24.72 -
YUV 79.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 67 75 137 0.51 0.45 0 0.46 233.14 0.34 0.4
Hex 43 4B 89 33 2D 0 2E E9 22 28
Octal 103 113 211 63 55 0 56 351 42 50
Binary 1000011 1001011 10001001 110011 101101 0 101110 11101001 100010 101000

Color Harmonies of #434B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B89

Black with #434B89

Text Example


Text Example

White with #434B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434B89; }

 p { color: rgb(67,75,137); }

 H1.HeaderClassName
 {
   color: #434B89;
 }
 .AnyTagClassName
 {
   color: #434B89;
 }
</style>

background-color css

<style>
 a { background-color: #434B89; }

 a { background-color: rgb(67,75,137); }

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

border-color css

<style>
 span { border-color: #434B89; }

 span { border-color: rgb(67,75,137); }

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