Html Css Color HEX #434C8A Tory Blue

📋 copy color: '#434C8A'

red 67 ◦ green 76 ◦ blue 138

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

Shades of Tory Blue #434C8A

Tints of Tory Blue #434C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.05%

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

R = 23.84%
G = 27.05%
B = 49.11%

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

#434C8A (or 0x434C8A) is known color: Tory Blue. HEX triplet: 43, 4C and 8A. RGB value is (67,76,138). Sum of RGB (Red+Green+Blue) = 67+76+138=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #434C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434C8A is #BCB375. Grayscale: #505050. Windows color (decimal): -12366710 or 9063491. OLE color: 9063491.

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

Color convert

RGB 67 76 138 -
CMYK 0.51 0.45 0 0.46
HSL 232.39º 0.35% 0.4% -
HSV(B) 232.39º 0.51% 0.54% -
XYZ 9.49 8.2 25.13 -
YUV 80.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 67 76 138 0.51 0.45 0 0.46 232.39 0.35 0.4
Hex 43 4C 8A 33 2D 0 2E E8 23 28
Octal 103 114 212 63 55 0 56 350 43 50
Binary 1000011 1001100 10001010 110011 101101 0 101110 11101000 100011 101000

Color Harmonies of #434C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434C8A

Black with #434C8A

Text Example


Text Example

White with #434C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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