Html Css Color HEX #28709D Lochmara

📋 copy color: '#28709D'

red 40 ◦ green 112 ◦ blue 157

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

Shades of Lochmara #28709D

Tints of Lochmara #28709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.25%

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

R = 12.94%
G = 36.25%
B = 50.81%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28709D (or 0x28709D) is known color: Lochmara. HEX triplet: 28, 70 and 9D. RGB value is (40,112,157). Sum of RGB (Red+Green+Blue) = 40+112+157=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #28709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28709D is #D78F62. Grayscale: #5F5F5F. Windows color (decimal): -14126947 or 10317864. OLE color: 10317864.

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

Color convert

RGB 40 112 157 -
CMYK 0.75 0.29 0 0.38
HSL 203.08º 0.59% 0.39% -
HSV(B) 203.08º 0.75% 0.62% -
XYZ 12.76 14.47 34.02 -
YUV 95.6 162.65 88.34 -
System Red Green Blue C M Y K H S L
Decimal 40 112 157 0.75 0.29 0 0.38 203.08 0.59 0.39
Hex 28 70 9D 4B 1D 0 26 CB 3B 27
Octal 50 160 235 113 35 0 46 313 73 47
Binary 101000 1110000 10011101 1001011 11101 0 100110 11001011 111011 100111

Color Harmonies of #28709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28709D

Black with #28709D

Text Example


Text Example

White with #28709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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