Html Css Color HEX #28749D Lochmara

📋 copy color: '#28749D'

red 40 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #28749D

Tints of Lochmara #28749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.06%

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

R = 12.78%
G = 37.06%
B = 50.16%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28749D (or 0x28749D) is known color: Lochmara. HEX triplet: 28, 74 and 9D. RGB value is (40,116,157). Sum of RGB (Red+Green+Blue) = 40+116+157=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #28749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28749D is #D78B62. Grayscale: #616161. Windows color (decimal): -14125923 or 10318888. OLE color: 10318888.

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

Color convert

RGB 40 116 157 -
CMYK 0.75 0.26 0 0.38
HSL 201.03º 0.59% 0.39% -
HSV(B) 201.03º 0.75% 0.62% -
XYZ 13.21 15.38 34.17 -
YUV 97.95 161.32 86.67 -
System Red Green Blue C M Y K H S L
Decimal 40 116 157 0.75 0.26 0 0.38 201.03 0.59 0.39
Hex 28 74 9D 4B 1A 0 26 C9 3B 27
Octal 50 164 235 113 32 0 46 311 73 47
Binary 101000 1110100 10011101 1001011 11010 0 100110 11001001 111011 100111

Color Harmonies of #28749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28749D

Black with #28749D

Text Example


Text Example

White with #28749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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