Html Css Color HEX #28639C Lochmara

📋 copy color: '#28639C'

red 40 ◦ green 99 ◦ blue 156

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

Shades of Lochmara #28639C

Tints of Lochmara #28639C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.56%

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

R = 13.56%
G = 33.56%
B = 52.88%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28639C (or 0x28639C) is known color: Lochmara. HEX triplet: 28, 63 and 9C. RGB value is (40,99,156). Sum of RGB (Red+Green+Blue) = 40+99+156=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #28639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28639C is #D79C63. Grayscale: #575757. Windows color (decimal): -14130276 or 10249000. OLE color: 10249000.

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

Color convert

RGB 40 99 156 -
CMYK 0.74 0.37 0 0.39
HSL 209.48º 0.59% 0.38% -
HSV(B) 209.48º 0.74% 0.61% -
XYZ 11.34 11.78 33.13 -
YUV 87.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 40 99 156 0.74 0.37 0 0.39 209.48 0.59 0.38
Hex 28 63 9C 4A 25 0 27 D1 3B 26
Octal 50 143 234 112 45 0 47 321 73 46
Binary 101000 1100011 10011100 1001010 100101 0 100111 11010001 111011 100110

Color Harmonies of #28639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28639C

Black with #28639C

Text Example


Text Example

White with #28639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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