Html Css Color HEX #28739B Lochmara

📋 copy color: '#28739B'

red 40 ◦ green 115 ◦ blue 155

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

Shades of Lochmara #28739B

Tints of Lochmara #28739B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50%

R = 12.9%
G = 37.1%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28739B (or 0x28739B) is known color: Lochmara. HEX triplet: 28, 73 and 9B. RGB value is (40,115,155). Sum of RGB (Red+Green+Blue) = 40+115+155=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #28739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28739B is #D78C64. Grayscale: #606060. Windows color (decimal): -14126181 or 10187560. OLE color: 10187560.

HSL color Cylindrical-coordinate representation of color #28739B: hue angle of 200.87º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28739B is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 115 155 -
CMYK 0.74 0.26 0 0.39
HSL 200.87º 0.59% 0.38% -
HSV(B) 200.87º 0.74% 0.61% -
XYZ 12.92 15.08 33.24 -
YUV 97.14 160.65 87.25 -
System Red Green Blue C M Y K H S L
Decimal 40 115 155 0.74 0.26 0 0.39 200.87 0.59 0.38
Hex 28 73 9B 4A 1A 0 27 C9 3B 26
Octal 50 163 233 112 32 0 47 311 73 46
Binary 101000 1110011 10011011 1001010 11010 0 100111 11001001 111011 100110

Color Harmonies of #28739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28739B

Black with #28739B

Text Example


Text Example

White with #28739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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