Html Css Color HEX #43857C Lochinvar

📋 copy color: '#43857C'

red 67 ◦ green 133 ◦ blue 124

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

Shades of Lochinvar #43857C

Tints of Lochinvar #43857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.05%

 BLUE value IS 124 (48.83% from 255) = 38.27%

R = 20.68%
G = 41.05%
B = 38.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#43857C (or 0x43857C) is known color: Lochinvar. HEX triplet: 43, 85 and 7C. RGB value is (67,133,124). Sum of RGB (Red+Green+Blue) = 67+133+124=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #43857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43857C is #BC7A83. Grayscale: #707070. Windows color (decimal): -12352132 or 8160579. OLE color: 8160579.

HSL color Cylindrical-coordinate representation of color #43857C: hue angle of 171.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43857C is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 133 124 -
CMYK 0.50 0 0.07 0.48
HSL 171.82º 0.33% 0.39% -
HSV(B) 171.82º 0.5% 0.52% -
XYZ 14.34 19.42 22.06 -
YUV 112.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 67 133 124 0.50 0 0.07 0.48 171.82 0.33 0.39
Hex 43 85 7C 32 0 7 30 AC 21 27
Octal 103 205 174 62 0 7 60 254 41 47
Binary 1000011 10000101 1111100 110010 0 111 110000 10101100 100001 100111

Color Harmonies of #43857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43857C

Black with #43857C

Text Example


Text Example

White with #43857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43857C; }

 p { color: rgb(67,133,124); }

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

background-color css

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

 a { background-color: rgb(67,133,124); }

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

border-color css

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

 span { border-color: rgb(67,133,124); }

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