Html Css Color HEX #28639B Lochmara

📋 copy color: '#28639B'

red 40 ◦ green 99 ◦ blue 155

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

Shades of Lochmara #28639B

Tints of Lochmara #28639B

RGB

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

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

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

R = 13.61%
G = 33.67%
B = 52.72%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28639B (or 0x28639B) is known color: Lochmara. HEX triplet: 28, 63 and 9B. RGB value is (40,99,155). Sum of RGB (Red+Green+Blue) = 40+99+155=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #28639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28639B is #D79C64. Grayscale: #575757. Windows color (decimal): -14130277 or 10183464. OLE color: 10183464.

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

Color convert

RGB 40 99 155 -
CMYK 0.74 0.36 0 0.39
HSL 209.22º 0.59% 0.38% -
HSV(B) 209.22º 0.74% 0.61% -
XYZ 11.25 11.74 32.68 -
YUV 87.74 165.95 93.95 -
System Red Green Blue C M Y K H S L
Decimal 40 99 155 0.74 0.36 0 0.39 209.22 0.59 0.38
Hex 28 63 9B 4A 24 0 27 D1 3B 26
Octal 50 143 233 112 44 0 47 321 73 46
Binary 101000 1100011 10011011 1001010 100100 0 100111 11010001 111011 100110

Color Harmonies of #28639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28639B

Black with #28639B

Text Example


Text Example

White with #28639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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