Html Css Color HEX #38897B Lochinvar

📋 copy color: '#38897B'

red 56 ◦ green 137 ◦ blue 123

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

Shades of Lochinvar #38897B

Tints of Lochinvar #38897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.35%

 BLUE value IS 123 (48.44% from 255) = 38.92%

R = 17.72%
G = 43.35%
B = 38.92%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#38897B (or 0x38897B) is known color: Lochinvar. HEX triplet: 38, 89 and 7B. RGB value is (56,137,123). Sum of RGB (Red+Green+Blue) = 56+137+123=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #38897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38897B is #C77684. Grayscale: #6F6F6F. Windows color (decimal): -13072005 or 8096056. OLE color: 8096056.

HSL color Cylindrical-coordinate representation of color #38897B: hue angle of 169.63º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38897B is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 137 123 -
CMYK 0.59 0 0.10 0.46
HSL 169.63º 0.42% 0.38% -
HSV(B) 169.63º 0.59% 0.54% -
XYZ 14.15 20.16 21.88 -
YUV 111.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 56 137 123 0.59 0 0.10 0.46 169.63 0.42 0.38
Hex 38 89 7B 3B 0 A 2E AA 2A 26
Octal 70 211 173 73 0 12 56 252 52 46
Binary 111000 10001001 1111011 111011 0 1010 101110 10101010 101010 100110

Color Harmonies of #38897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38897B

Black with #38897B

Text Example


Text Example

White with #38897B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38897B; }

 p { color: rgb(56,137,123); }

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

background-color css

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

 a { background-color: rgb(56,137,123); }

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

border-color css

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

 span { border-color: rgb(56,137,123); }

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