Html Css Color HEX #434E8A Tory Blue

📋 copy color: '#434E8A'

red 67 ◦ green 78 ◦ blue 138

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

Shades of Tory Blue #434E8A

Tints of Tory Blue #434E8A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.56%

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

R = 23.67%
G = 27.56%
B = 48.76%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#434E8A (or 0x434E8A) is known color: Tory Blue. HEX triplet: 43, 4E and 8A. RGB value is (67,78,138). Sum of RGB (Red+Green+Blue) = 67+78+138=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #434E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434E8A is #BCB175. Grayscale: #515151. Windows color (decimal): -12366198 or 9064003. OLE color: 9064003.

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

Color convert

RGB 67 78 138 -
CMYK 0.51 0.43 0 0.46
HSL 230.7º 0.35% 0.4% -
HSV(B) 230.7º 0.51% 0.54% -
XYZ 9.63 8.48 25.17 -
YUV 81.55 159.86 117.62 -
System Red Green Blue C M Y K H S L
Decimal 67 78 138 0.51 0.43 0 0.46 230.7 0.35 0.4
Hex 43 4E 8A 33 2B 0 2E E7 23 28
Octal 103 116 212 63 53 0 56 347 43 50
Binary 1000011 1001110 10001010 110011 101011 0 101110 11100111 100011 101000

Color Harmonies of #434E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434E8A

Black with #434E8A

Text Example


Text Example

White with #434E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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