Html Css Color HEX #38877D Lochinvar

📋 copy color: '#38877D'

red 56 ◦ green 135 ◦ blue 125

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

Shades of Lochinvar #38877D

Tints of Lochinvar #38877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.72%

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 17.72%
G = 42.72%
B = 39.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#38877D (or 0x38877D) is known color: Lochinvar. HEX triplet: 38, 87 and 7D. RGB value is (56,135,125). Sum of RGB (Red+Green+Blue) = 56+135+125=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #38877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38877D is #C77882. Grayscale: #6E6E6E. Windows color (decimal): -13072515 or 8226616. OLE color: 8226616.

HSL color Cylindrical-coordinate representation of color #38877D: hue angle of 172.41º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38877D is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 135 125 -
CMYK 0.59 0 0.07 0.47
HSL 172.41º 0.41% 0.37% -
HSV(B) 172.41º 0.59% 0.53% -
XYZ 14 19.65 22.46 -
YUV 110.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 56 135 125 0.59 0 0.07 0.47 172.41 0.41 0.37
Hex 38 87 7D 3B 0 7 2F AC 29 25
Octal 70 207 175 73 0 7 57 254 51 45
Binary 111000 10000111 1111101 111011 0 111 101111 10101100 101001 100101

Color Harmonies of #38877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38877D

Black with #38877D

Text Example


Text Example

White with #38877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38877D; }

 p { color: rgb(56,135,125); }

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

background-color css

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

 a { background-color: rgb(56,135,125); }

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

border-color css

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

 span { border-color: rgb(56,135,125); }

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