Html Css Color HEX #28719C Lochmara

📋 copy color: '#28719C'

red 40 ◦ green 113 ◦ blue 156

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

Shades of Lochmara #28719C

Tints of Lochmara #28719C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

 BLUE value IS 156 (61.33% from 255) = 50.49%

R = 12.94%
G = 36.57%
B = 50.49%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28719C (or 0x28719C) is known color: Lochmara. HEX triplet: 28, 71 and 9C. RGB value is (40,113,156). Sum of RGB (Red+Green+Blue) = 40+113+156=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #28719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28719C is #D78E63. Grayscale: #5F5F5F. Windows color (decimal): -14126692 or 10252584. OLE color: 10252584.

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

Color convert

RGB 40 113 156 -
CMYK 0.74 0.28 0 0.39
HSL 202.24º 0.59% 0.38% -
HSV(B) 202.24º 0.74% 0.61% -
XYZ 12.78 14.66 33.61 -
YUV 96.08 161.82 88 -
System Red Green Blue C M Y K H S L
Decimal 40 113 156 0.74 0.28 0 0.39 202.24 0.59 0.38
Hex 28 71 9C 4A 1C 0 27 CA 3B 26
Octal 50 161 234 112 34 0 47 312 73 46
Binary 101000 1110001 10011100 1001010 11100 0 100111 11001010 111011 100110

Color Harmonies of #28719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28719C

Black with #28719C

Text Example


Text Example

White with #28719C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28719C; }

 p { color: rgb(40,113,156); }

 H1.HeaderClassName
 {
   color: #28719C;
 }
 .AnyTagClassName
 {
   color: #28719C;
 }
</style>

background-color css

<style>
 a { background-color: #28719C; }

 a { background-color: rgb(40,113,156); }

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

border-color css

<style>
 span { border-color: #28719C; }

 span { border-color: rgb(40,113,156); }

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