Html Css Color HEX #28799E Lochmara

📋 copy color: '#28799E'

red 40 ◦ green 121 ◦ blue 158

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

Shades of Lochmara #28799E

Tints of Lochmara #28799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.93%

 BLUE value IS 158 (62.11% from 255) = 49.53%

R = 12.54%
G = 37.93%
B = 49.53%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28799E (or 0x28799E) is known color: Lochmara. HEX triplet: 28, 79 and 9E. RGB value is (40,121,158). Sum of RGB (Red+Green+Blue) = 40+121+158=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #28799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28799E is #D78661. Grayscale: #646464. Windows color (decimal): -14124642 or 10385704. OLE color: 10385704.

HSL color Cylindrical-coordinate representation of color #28799E: hue angle of 198.81º degrees, saturation: 0.6, 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 #28799E is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 121 158 -
CMYK 0.75 0.23 0 0.38
HSL 198.81º 0.6% 0.39% -
HSV(B) 198.81º 0.75% 0.62% -
XYZ 13.88 16.59 34.82 -
YUV 101 160.16 84.49 -
System Red Green Blue C M Y K H S L
Decimal 40 121 158 0.75 0.23 0 0.38 198.81 0.6 0.39
Hex 28 79 9E 4B 17 0 26 C7 3C 27
Octal 50 171 236 113 27 0 46 307 74 47
Binary 101000 1111001 10011110 1001011 10111 0 100110 11000111 111100 100111

Color Harmonies of #28799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28799E

Black with #28799E

Text Example


Text Example

White with #28799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28799E; }

 p { color: rgb(40,121,158); }

 H1.HeaderClassName
 {
   color: #28799E;
 }
 .AnyTagClassName
 {
   color: #28799E;
 }
</style>

background-color css

<style>
 a { background-color: #28799E; }

 a { background-color: rgb(40,121,158); }

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

border-color css

<style>
 span { border-color: #28799E; }

 span { border-color: rgb(40,121,158); }

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