Html Css Color HEX #28749A Lochmara

📋 copy color: '#28749A'

red 40 ◦ green 116 ◦ blue 154

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

Shades of Lochmara #28749A

Tints of Lochmara #28749A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.68%

R = 12.9%
G = 37.42%
B = 49.68%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#28749A (or 0x28749A) is known color: Lochmara. HEX triplet: 28, 74 and 9A. RGB value is (40,116,154). Sum of RGB (Red+Green+Blue) = 40+116+154=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #28749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28749A is #D78B65. Grayscale: #616161. Windows color (decimal): -14125926 or 10122280. OLE color: 10122280.

HSL color Cylindrical-coordinate representation of color #28749A: hue angle of 200º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28749A is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 116 154 -
CMYK 0.74 0.25 0 0.40
HSL 200º 0.59% 0.38% -
HSV(B) 200º 0.74% 0.6% -
XYZ 12.95 15.27 32.84 -
YUV 97.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 40 116 154 0.74 0.25 0 0.40 200 0.59 0.38
Hex 28 74 9A 4A 19 0 28 C8 3B 26
Octal 50 164 232 112 31 0 50 310 73 46
Binary 101000 1110100 10011010 1001010 11001 0 101000 11001000 111011 100110

Color Harmonies of #28749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28749A

Black with #28749A

Text Example


Text Example

White with #28749A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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