Html Css Color HEX #28749B Lochmara

📋 copy color: '#28749B'

red 40 ◦ green 116 ◦ blue 155

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

Shades of Lochmara #28749B

Tints of Lochmara #28749B

RGB

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

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

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

R = 12.86%
G = 37.3%
B = 49.84%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28749B (or 0x28749B) is known color: Lochmara. HEX triplet: 28, 74 and 9B. RGB value is (40,116,155). Sum of RGB (Red+Green+Blue) = 40+116+155=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #28749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28749B is #D78B64. Grayscale: #616161. Windows color (decimal): -14125925 or 10187816. OLE color: 10187816.

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

Color convert

RGB 40 116 155 -
CMYK 0.74 0.25 0 0.39
HSL 200.35º 0.59% 0.38% -
HSV(B) 200.35º 0.74% 0.61% -
XYZ 13.04 15.31 33.28 -
YUV 97.72 160.32 86.83 -
System Red Green Blue C M Y K H S L
Decimal 40 116 155 0.74 0.25 0 0.39 200.35 0.59 0.38
Hex 28 74 9B 4A 19 0 27 C8 3B 26
Octal 50 164 233 112 31 0 47 310 73 46
Binary 101000 1110100 10011011 1001010 11001 0 100111 11001000 111011 100110

Color Harmonies of #28749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28749B

Black with #28749B

Text Example


Text Example

White with #28749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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