Html Css Color HEX #28739D Lochmara

📋 copy color: '#28739D'

red 40 ◦ green 115 ◦ blue 157

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

Shades of Lochmara #28739D

Tints of Lochmara #28739D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.86%

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

R = 12.82%
G = 36.86%
B = 50.32%

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

#28739D (or 0x28739D) is known color: Lochmara. HEX triplet: 28, 73 and 9D. RGB value is (40,115,157). Sum of RGB (Red+Green+Blue) = 40+115+157=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #28739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28739D is #D78C62. Grayscale: #616161. Windows color (decimal): -14126179 or 10318632. OLE color: 10318632.

HSL color Cylindrical-coordinate representation of color #28739D: hue angle of 201.54º 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 #28739D is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 115 157 -
CMYK 0.75 0.27 0 0.38
HSL 201.54º 0.59% 0.39% -
HSV(B) 201.54º 0.75% 0.62% -
XYZ 13.09 15.15 34.13 -
YUV 97.36 161.65 87.08 -
System Red Green Blue C M Y K H S L
Decimal 40 115 157 0.75 0.27 0 0.38 201.54 0.59 0.39
Hex 28 73 9D 4B 1B 0 26 CA 3B 27
Octal 50 163 235 113 33 0 46 312 73 47
Binary 101000 1110011 10011101 1001011 11011 0 100110 11001010 111011 100111

Color Harmonies of #28739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28739D

Black with #28739D

Text Example


Text Example

White with #28739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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