Html Css Color HEX #2676AB Lochmara

📋 copy color: '#2676AB'

red 38 ◦ green 118 ◦ blue 171

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

Shades of Lochmara #2676AB

Tints of Lochmara #2676AB

RGB

 RED value IS 38 (15.23% from 255) = 11.62%

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

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 11.62%
G = 36.09%
B = 52.29%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2676AB (or 0x2676AB) is known color: Lochmara. HEX triplet: 26, 76 and AB. RGB value is (38,118,171). Sum of RGB (Red+Green+Blue) = 38+118+171=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #2676AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2676AB is #D98954. Grayscale: #636363. Windows color (decimal): -14256469 or 11236902. OLE color: 11236902.

HSL color Cylindrical-coordinate representation of color #2676AB: hue angle of 203.91º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2676AB is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 118 171 -
CMYK 0.78 0.31 0 0.33
HSL 203.91º 0.64% 0.41% -
HSV(B) 203.91º 0.78% 0.67% -
XYZ 14.63 16.31 40.91 -
YUV 100.12 168 83.69 -
System Red Green Blue C M Y K H S L
Decimal 38 118 171 0.78 0.31 0 0.33 203.91 0.64 0.41
Hex 26 76 AB 4E 1F 0 21 CC 40 29
Octal 46 166 253 116 37 0 41 314 100 51
Binary 100110 1110110 10101011 1001110 11111 0 100001 11001100 1000000 101001

Color Harmonies of #2676AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2676AB

Black with #2676AB

Text Example


Text Example

White with #2676AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2676AB; }

 p { color: rgb(38,118,171); }

 H1.HeaderClassName
 {
   color: #2676AB;
 }
 .AnyTagClassName
 {
   color: #2676AB;
 }
</style>

background-color css

<style>
 a { background-color: #2676AB; }

 a { background-color: rgb(38,118,171); }

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

border-color css

<style>
 span { border-color: #2676AB; }

 span { border-color: rgb(38,118,171); }

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