Html Css Color HEX #28699B Lochmara

📋 copy color: '#28699B'

red 40 ◦ green 105 ◦ blue 155

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

Shades of Lochmara #28699B

Tints of Lochmara #28699B

RGB

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

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

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

R = 13.33%
G = 35%
B = 51.67%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28699B (or 0x28699B) is known color: Lochmara. HEX triplet: 28, 69 and 9B. RGB value is (40,105,155). Sum of RGB (Red+Green+Blue) = 40+105+155=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #28699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28699B is #D79664. Grayscale: #5A5A5A. Windows color (decimal): -14128741 or 10185000. OLE color: 10185000.

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

Color convert

RGB 40 105 155 -
CMYK 0.74 0.32 0 0.39
HSL 206.09º 0.59% 0.38% -
HSV(B) 206.09º 0.74% 0.61% -
XYZ 11.84 12.92 32.88 -
YUV 91.27 163.97 91.43 -
System Red Green Blue C M Y K H S L
Decimal 40 105 155 0.74 0.32 0 0.39 206.09 0.59 0.38
Hex 28 69 9B 4A 20 0 27 CE 3B 26
Octal 50 151 233 112 40 0 47 316 73 46
Binary 101000 1101001 10011011 1001010 100000 0 100111 11001110 111011 100110

Color Harmonies of #28699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28699B

Black with #28699B

Text Example


Text Example

White with #28699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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