Html Css Color HEX #436072 Bismark

📋 copy color: '#436072'

red 67 ◦ green 96 ◦ blue 114

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

Shades of Bismark #436072

Tints of Bismark #436072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

 BLUE value IS 114 (44.92% from 255) = 41.16%

R = 24.19%
G = 34.66%
B = 41.16%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#436072 (or 0x436072) is known color: Bismark. HEX triplet: 43, 60 and 72. RGB value is (67,96,114). Sum of RGB (Red+Green+Blue) = 67+96+114=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #436072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436072 is #BC9F8D. Grayscale: #595959. Windows color (decimal): -12361614 or 7495747. OLE color: 7495747.

HSL color Cylindrical-coordinate representation of color #436072: hue angle of 202.98º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #436072 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 96 114 -
CMYK 0.41 0.16 0 0.55
HSL 202.98º 0.26% 0.35% -
HSV(B) 202.98º 0.41% 0.45% -
XYZ 9.53 10.77 17.5 -
YUV 89.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 67 96 114 0.41 0.16 0 0.55 202.98 0.26 0.35
Hex 43 60 72 29 10 0 37 CB 1A 23
Octal 103 140 162 51 20 0 67 313 32 43
Binary 1000011 1100000 1110010 101001 10000 0 110111 11001011 11010 100011

Color Harmonies of #436072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436072

Black with #436072

Text Example


Text Example

White with #436072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436072; }

 p { color: rgb(67,96,114); }

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

background-color css

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

 a { background-color: rgb(67,96,114); }

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

border-color css

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

 span { border-color: rgb(67,96,114); }

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