Html Css Color HEX #28799B Lochmara

📋 copy color: '#28799B'

red 40 ◦ green 121 ◦ blue 155

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

Shades of Lochmara #28799B

Tints of Lochmara #28799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.29%

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

R = 12.66%
G = 38.29%
B = 49.05%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28799B (or 0x28799B) is known color: Lochmara. HEX triplet: 28, 79 and 9B. RGB value is (40,121,155). Sum of RGB (Red+Green+Blue) = 40+121+155=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #28799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28799B is #D78664. Grayscale: #646464. Windows color (decimal): -14124645 or 10189096. OLE color: 10189096.

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

Color convert

RGB 40 121 155 -
CMYK 0.74 0.22 0 0.39
HSL 197.74º 0.59% 0.38% -
HSV(B) 197.74º 0.74% 0.61% -
XYZ 13.63 16.49 33.48 -
YUV 100.66 158.66 84.74 -
System Red Green Blue C M Y K H S L
Decimal 40 121 155 0.74 0.22 0 0.39 197.74 0.59 0.38
Hex 28 79 9B 4A 16 0 27 C6 3B 26
Octal 50 171 233 112 26 0 47 306 73 46
Binary 101000 1111001 10011011 1001010 10110 0 100111 11000110 111011 100110

Color Harmonies of #28799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28799B

Black with #28799B

Text Example


Text Example

White with #28799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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