Html Css Color HEX #28679C Lochmara

📋 copy color: '#28679C'

red 40 ◦ green 103 ◦ blue 156

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

Shades of Lochmara #28679C

Tints of Lochmara #28679C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.45%

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

R = 13.38%
G = 34.45%
B = 52.17%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28679C (or 0x28679C) is known color: Lochmara. HEX triplet: 28, 67 and 9C. RGB value is (40,103,156). Sum of RGB (Red+Green+Blue) = 40+103+156=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #28679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28679C is #D79863. Grayscale: #595959. Windows color (decimal): -14129252 or 10250024. OLE color: 10250024.

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

Color convert

RGB 40 103 156 -
CMYK 0.74 0.34 0 0.39
HSL 207.41º 0.59% 0.38% -
HSV(B) 207.41º 0.74% 0.61% -
XYZ 11.73 12.55 33.26 -
YUV 90.21 165.13 92.19 -
System Red Green Blue C M Y K H S L
Decimal 40 103 156 0.74 0.34 0 0.39 207.41 0.59 0.38
Hex 28 67 9C 4A 22 0 27 CF 3B 26
Octal 50 147 234 112 42 0 47 317 73 46
Binary 101000 1100111 10011100 1001010 100010 0 100111 11001111 111011 100110

Color Harmonies of #28679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28679C

Black with #28679C

Text Example


Text Example

White with #28679C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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