Html Css Color HEX #28729D Lochmara

📋 copy color: '#28729D'

red 40 ◦ green 114 ◦ blue 157

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

Shades of Lochmara #28729D

Tints of Lochmara #28729D

RGB

 RED value IS 40 (16.02% from 255) = 12.86%

 GREEN value IS 114 (44.92% from 255) = 36.66%

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 12.86%
G = 36.66%
B = 50.48%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28729D (or 0x28729D) is known color: Lochmara. HEX triplet: 28, 72 and 9D. RGB value is (40,114,157). Sum of RGB (Red+Green+Blue) = 40+114+157=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #28729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28729D is #D78D62. Grayscale: #606060. Windows color (decimal): -14126435 or 10318376. OLE color: 10318376.

HSL color Cylindrical-coordinate representation of color #28729D: hue angle of 202.05º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28729D is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 114 157 -
CMYK 0.75 0.27 0 0.38
HSL 202.05º 0.59% 0.39% -
HSV(B) 202.05º 0.75% 0.62% -
XYZ 12.98 14.92 34.09 -
YUV 96.78 161.98 87.5 -
System Red Green Blue C M Y K H S L
Decimal 40 114 157 0.75 0.27 0 0.38 202.05 0.59 0.39
Hex 28 72 9D 4B 1B 0 26 CA 3B 27
Octal 50 162 235 113 33 0 46 312 73 47
Binary 101000 1110010 10011101 1001011 11011 0 100110 11001010 111011 100111

Color Harmonies of #28729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28729D

Black with #28729D

Text Example


Text Example

White with #28729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,114,157); }

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

background-color css

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

 a { background-color: rgb(40,114,157); }

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

border-color css

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

 span { border-color: rgb(40,114,157); }

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