Html Css Color HEX #436370 Bismark

📋 copy color: '#436370'

red 67 ◦ green 99 ◦ blue 112

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

Shades of Bismark #436370

Tints of Bismark #436370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.61%

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 24.1%
G = 35.61%
B = 40.29%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#436370 (or 0x436370) is known color: Bismark. HEX triplet: 43, 63 and 70. RGB value is (67,99,112). Sum of RGB (Red+Green+Blue) = 67+99+112=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #436370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436370 is #BC9C8F. Grayscale: #5A5A5A. Windows color (decimal): -12360848 or 7365443. OLE color: 7365443.

HSL color Cylindrical-coordinate representation of color #436370: hue angle of 197.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #436370 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 99 112 -
CMYK 0.40 0.12 0 0.56
HSL 197.33º 0.25% 0.35% -
HSV(B) 197.33º 0.4% 0.44% -
XYZ 9.7 11.29 17 -
YUV 90.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 67 99 112 0.40 0.12 0 0.56 197.33 0.25 0.35
Hex 43 63 70 28 C 0 38 C5 19 23
Octal 103 143 160 50 14 0 70 305 31 43
Binary 1000011 1100011 1110000 101000 1100 0 111000 11000101 11001 100011

Color Harmonies of #436370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436370

Black with #436370

Text Example


Text Example

White with #436370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436370; }

 p { color: rgb(67,99,112); }

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

background-color css

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

 a { background-color: rgb(67,99,112); }

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

border-color css

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

 span { border-color: rgb(67,99,112); }

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