Html Css Color HEX #28689C Lochmara

📋 copy color: '#28689C'

red 40 ◦ green 104 ◦ blue 156

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

Shades of Lochmara #28689C

Tints of Lochmara #28689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.67%

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

R = 13.33%
G = 34.67%
B = 52%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28689C (or 0x28689C) is known color: Lochmara. HEX triplet: 28, 68 and 9C. RGB value is (40,104,156). Sum of RGB (Red+Green+Blue) = 40+104+156=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #28689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28689C is #D79763. Grayscale: #5A5A5A. Windows color (decimal): -14128996 or 10250280. OLE color: 10250280.

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

Color convert

RGB 40 104 156 -
CMYK 0.74 0.33 0 0.39
HSL 206.9º 0.59% 0.38% -
HSV(B) 206.9º 0.74% 0.61% -
XYZ 11.83 12.75 33.29 -
YUV 90.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 40 104 156 0.74 0.33 0 0.39 206.9 0.59 0.38
Hex 28 68 9C 4A 21 0 27 CF 3B 26
Octal 50 150 234 112 41 0 47 317 73 46
Binary 101000 1101000 10011100 1001010 100001 0 100111 11001111 111011 100110

Color Harmonies of #28689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28689C

Black with #28689C

Text Example


Text Example

White with #28689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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