Html Css Color HEX #434B8D Tory Blue

📋 copy color: '#434B8D'

red 67 ◦ green 75 ◦ blue 141

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

Shades of Tory Blue #434B8D

Tints of Tory Blue #434B8D

RGB

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

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

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

R = 23.67%
G = 26.5%
B = 49.82%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#434B8D (or 0x434B8D) is known color: Tory Blue. HEX triplet: 43, 4B and 8D. RGB value is (67,75,141). Sum of RGB (Red+Green+Blue) = 67+75+141=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #434B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B8D is #BCB472. Grayscale: #4F4F4F. Windows color (decimal): -12366963 or 9259843. OLE color: 9259843.

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

Color convert

RGB 67 75 141 -
CMYK 0.52 0.47 0 0.45
HSL 233.51º 0.36% 0.41% -
HSV(B) 233.51º 0.52% 0.55% -
XYZ 9.64 8.15 26.26 -
YUV 80.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 67 75 141 0.52 0.47 0 0.45 233.51 0.36 0.41
Hex 43 4B 8D 34 2F 0 2D EA 24 29
Octal 103 113 215 64 57 0 55 352 44 51
Binary 1000011 1001011 10001101 110100 101111 0 101101 11101010 100100 101001

Color Harmonies of #434B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B8D

Black with #434B8D

Text Example


Text Example

White with #434B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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