Html Css Color HEX #434F8D Tory Blue

📋 copy color: '#434F8D'

red 67 ◦ green 79 ◦ blue 141

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

Shades of Tory Blue #434F8D

Tints of Tory Blue #434F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.53%

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

R = 23.34%
G = 27.53%
B = 49.13%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#434F8D (or 0x434F8D) is known color: Tory Blue. HEX triplet: 43, 4F and 8D. RGB value is (67,79,141). Sum of RGB (Red+Green+Blue) = 67+79+141=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #434F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434F8D is #BCB072. Grayscale: #525252. Windows color (decimal): -12365939 or 9260867. OLE color: 9260867.

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

Color convert

RGB 67 79 141 -
CMYK 0.52 0.44 0 0.45
HSL 230.27º 0.36% 0.41% -
HSV(B) 230.27º 0.52% 0.55% -
XYZ 9.92 8.71 26.36 -
YUV 82.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 67 79 141 0.52 0.44 0 0.45 230.27 0.36 0.41
Hex 43 4F 8D 34 2C 0 2D E6 24 29
Octal 103 117 215 64 54 0 55 346 44 51
Binary 1000011 1001111 10001101 110100 101100 0 101101 11100110 100100 101001

Color Harmonies of #434F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F8D

Black with #434F8D

Text Example


Text Example

White with #434F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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