Html Css Color HEX #28749C Lochmara

📋 copy color: '#28749C'

red 40 ◦ green 116 ◦ blue 156

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

Shades of Lochmara #28749C

Tints of Lochmara #28749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50%

R = 12.82%
G = 37.18%
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

#28749C (or 0x28749C) is known color: Lochmara. HEX triplet: 28, 74 and 9C. RGB value is (40,116,156). Sum of RGB (Red+Green+Blue) = 40+116+156=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #28749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28749C is #D78B63. Grayscale: #616161. Windows color (decimal): -14125924 or 10253352. OLE color: 10253352.

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

Color convert

RGB 40 116 156 -
CMYK 0.74 0.26 0 0.39
HSL 200.69º 0.59% 0.38% -
HSV(B) 200.69º 0.74% 0.61% -
XYZ 13.12 15.34 33.72 -
YUV 97.84 160.82 86.75 -
System Red Green Blue C M Y K H S L
Decimal 40 116 156 0.74 0.26 0 0.39 200.69 0.59 0.38
Hex 28 74 9C 4A 1A 0 27 C9 3B 26
Octal 50 164 234 112 32 0 47 311 73 46
Binary 101000 1110100 10011100 1001010 11010 0 100111 11001001 111011 100110

Color Harmonies of #28749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28749C

Black with #28749C

Text Example


Text Example

White with #28749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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