Html Css Color HEX #28759F Lochmara

📋 copy color: '#28759F'

red 40 ◦ green 117 ◦ blue 159

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

Shades of Lochmara #28759F

Tints of Lochmara #28759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.03%

 BLUE value IS 159 (62.5% from 255) = 50.32%

R = 12.66%
G = 37.03%
B = 50.32%

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

#28759F (or 0x28759F) is known color: Lochmara. HEX triplet: 28, 75 and 9F. RGB value is (40,117,159). Sum of RGB (Red+Green+Blue) = 40+117+159=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #28759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28759F is #D78A60. Grayscale: #626262. Windows color (decimal): -14125665 or 10450216. OLE color: 10450216.

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

Color convert

RGB 40 117 159 -
CMYK 0.75 0.26 0 0.38
HSL 201.18º 0.6% 0.39% -
HSV(B) 201.18º 0.75% 0.62% -
XYZ 13.49 15.68 35.12 -
YUV 98.77 161.99 86.08 -
System Red Green Blue C M Y K H S L
Decimal 40 117 159 0.75 0.26 0 0.38 201.18 0.6 0.39
Hex 28 75 9F 4B 1A 0 26 C9 3C 27
Octal 50 165 237 113 32 0 46 311 74 47
Binary 101000 1110101 10011111 1001011 11010 0 100110 11001001 111100 100111

Color Harmonies of #28759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28759F

Black with #28759F

Text Example


Text Example

White with #28759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28759F; }

 p { color: rgb(40,117,159); }

 H1.HeaderClassName
 {
   color: #28759F;
 }
 .AnyTagClassName
 {
   color: #28759F;
 }
</style>

background-color css

<style>
 a { background-color: #28759F; }

 a { background-color: rgb(40,117,159); }

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

border-color css

<style>
 span { border-color: #28759F; }

 span { border-color: rgb(40,117,159); }

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