Html Css Color HEX #389085 Lochinvar

📋 copy color: '#389085'

red 56 ◦ green 144 ◦ blue 133

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

Shades of Lochinvar #389085

Tints of Lochinvar #389085

RGB

 RED value IS 56 (22.27% from 255) = 16.82%

 GREEN value IS 144 (56.64% from 255) = 43.24%

 BLUE value IS 133 (52.34% from 255) = 39.94%

R = 16.82%
G = 43.24%
B = 39.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#389085 (or 0x389085) is known color: Lochinvar. HEX triplet: 38, 90 and 85. RGB value is (56,144,133). Sum of RGB (Red+Green+Blue) = 56+144+133=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #389085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389085 is #C76F7A. Grayscale: #747474. Windows color (decimal): -13070203 or 8753208. OLE color: 8753208.

HSL color Cylindrical-coordinate representation of color #389085: hue angle of 172.5º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389085 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 133 -
CMYK 0.61 0 0.08 0.44
HSL 172.5º 0.44% 0.39% -
HSV(B) 172.5º 0.61% 0.56% -
XYZ 15.84 22.48 25.69 -
YUV 116.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 56 144 133 0.61 0 0.08 0.44 172.5 0.44 0.39
Hex 38 90 85 3D 0 8 2C AC 2C 27
Octal 70 220 205 75 0 10 54 254 54 47
Binary 111000 10010000 10000101 111101 0 1000 101100 10101100 101100 100111

Color Harmonies of #389085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389085

Black with #389085

Text Example


Text Example

White with #389085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389085; }

 p { color: rgb(56,144,133); }

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

background-color css

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

 a { background-color: rgb(56,144,133); }

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

border-color css

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

 span { border-color: rgb(56,144,133); }

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