Html Css Color HEX #28699D Lochmara

📋 copy color: '#28699D'

red 40 ◦ green 105 ◦ blue 157

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

Shades of Lochmara #28699D

Tints of Lochmara #28699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.77%

 BLUE value IS 157 (61.72% from 255) = 51.99%

R = 13.25%
G = 34.77%
B = 51.99%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28699D (or 0x28699D) is known color: Lochmara. HEX triplet: 28, 69 and 9D. RGB value is (40,105,157). Sum of RGB (Red+Green+Blue) = 40+105+157=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #28699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28699D is #D79662. Grayscale: #5B5B5B. Windows color (decimal): -14128739 or 10316072. OLE color: 10316072.

HSL color Cylindrical-coordinate representation of color #28699D: hue angle of 206.67º degrees, saturation: 0.59, 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 #28699D is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 105 157 -
CMYK 0.75 0.33 0 0.38
HSL 206.67º 0.59% 0.39% -
HSV(B) 206.67º 0.75% 0.62% -
XYZ 12.01 12.99 33.77 -
YUV 91.49 164.97 91.27 -
System Red Green Blue C M Y K H S L
Decimal 40 105 157 0.75 0.33 0 0.38 206.67 0.59 0.39
Hex 28 69 9D 4B 21 0 26 CF 3B 27
Octal 50 151 235 113 41 0 46 317 73 47
Binary 101000 1101001 10011101 1001011 100001 0 100110 11001111 111011 100111

Color Harmonies of #28699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28699D

Black with #28699D

Text Example


Text Example

White with #28699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28699D; }

 p { color: rgb(40,105,157); }

 H1.HeaderClassName
 {
   color: #28699D;
 }
 .AnyTagClassName
 {
   color: #28699D;
 }
</style>

background-color css

<style>
 a { background-color: #28699D; }

 a { background-color: rgb(40,105,157); }

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

border-color css

<style>
 span { border-color: #28699D; }

 span { border-color: rgb(40,105,157); }

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