Html Css Color HEX #28759A Lochmara

📋 copy color: '#28759A'

red 40 ◦ green 117 ◦ blue 154

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

Shades of Lochmara #28759A

Tints of Lochmara #28759A

RGB

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

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

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

R = 12.86%
G = 37.62%
B = 49.52%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#28759A (or 0x28759A) is known color: Lochmara. HEX triplet: 28, 75 and 9A. RGB value is (40,117,154). Sum of RGB (Red+Green+Blue) = 40+117+154=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #28759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28759A is #D78A65. Grayscale: #616161. Windows color (decimal): -14125670 or 10122536. OLE color: 10122536.

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

Color convert

RGB 40 117 154 -
CMYK 0.74 0.24 0 0.40
HSL 199.47º 0.59% 0.38% -
HSV(B) 199.47º 0.74% 0.6% -
XYZ 13.07 15.51 32.88 -
YUV 98.2 159.49 86.49 -
System Red Green Blue C M Y K H S L
Decimal 40 117 154 0.74 0.24 0 0.40 199.47 0.59 0.38
Hex 28 75 9A 4A 18 0 28 C7 3B 26
Octal 50 165 232 112 30 0 50 307 73 46
Binary 101000 1110101 10011010 1001010 11000 0 101000 11000111 111011 100110

Color Harmonies of #28759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28759A

Black with #28759A

Text Example


Text Example

White with #28759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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