Html Css Color HEX #28759B Lochmara

📋 copy color: '#28759B'

red 40 ◦ green 117 ◦ blue 155

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

Shades of Lochmara #28759B

Tints of Lochmara #28759B

RGB

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

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

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

R = 12.82%
G = 37.5%
B = 49.68%

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

#28759B (or 0x28759B) is known color: Lochmara. HEX triplet: 28, 75 and 9B. RGB value is (40,117,155). Sum of RGB (Red+Green+Blue) = 40+117+155=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #28759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28759B is #D78A64. Grayscale: #626262. Windows color (decimal): -14125669 or 10188072. OLE color: 10188072.

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

Color convert

RGB 40 117 155 -
CMYK 0.74 0.25 0 0.39
HSL 199.83º 0.59% 0.38% -
HSV(B) 199.83º 0.74% 0.61% -
XYZ 13.15 15.54 33.32 -
YUV 98.31 159.99 86.41 -
System Red Green Blue C M Y K H S L
Decimal 40 117 155 0.74 0.25 0 0.39 199.83 0.59 0.38
Hex 28 75 9B 4A 19 0 27 C8 3B 26
Octal 50 165 233 112 31 0 47 310 73 46
Binary 101000 1110101 10011011 1001010 11001 0 100111 11001000 111011 100110

Color Harmonies of #28759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28759B

Black with #28759B

Text Example


Text Example

White with #28759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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