Html Css Color HEX #28769B Lochmara

📋 copy color: '#28769B'

red 40 ◦ green 118 ◦ blue 155

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

Shades of Lochmara #28769B

Tints of Lochmara #28769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 12.78%
G = 37.7%
B = 49.52%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28769B (or 0x28769B) is known color: Lochmara. HEX triplet: 28, 76 and 9B. RGB value is (40,118,155). Sum of RGB (Red+Green+Blue) = 40+118+155=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #28769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28769B is #D78964. Grayscale: #626262. Windows color (decimal): -14125413 or 10188328. OLE color: 10188328.

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

Color convert

RGB 40 118 155 -
CMYK 0.74 0.24 0 0.39
HSL 199.3º 0.59% 0.38% -
HSV(B) 199.3º 0.74% 0.61% -
XYZ 13.27 15.77 33.36 -
YUV 98.9 159.66 85.99 -
System Red Green Blue C M Y K H S L
Decimal 40 118 155 0.74 0.24 0 0.39 199.3 0.59 0.38
Hex 28 76 9B 4A 18 0 27 C7 3B 26
Octal 50 166 233 112 30 0 47 307 73 46
Binary 101000 1110110 10011011 1001010 11000 0 100111 11000111 111011 100110

Color Harmonies of #28769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28769B

Black with #28769B

Text Example


Text Example

White with #28769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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