Html Css Color HEX #2676A2 Lochmara

📋 copy color: '#2676A2'

red 38 ◦ green 118 ◦ blue 162

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

Shades of Lochmara #2676A2

Tints of Lochmara #2676A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50.94%

R = 11.95%
G = 37.11%
B = 50.94%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2676A2 (or 0x2676A2) is known color: Lochmara. HEX triplet: 26, 76 and A2. RGB value is (38,118,162). Sum of RGB (Red+Green+Blue) = 38+118+162=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 162 (63.67% from 255 or 50.94% from 318); Max value from RGB is 162 - color contains mainly: blue. Hex color #2676A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2676A2 is #D9895D. Grayscale: #626262. Windows color (decimal): -14256478 or 10647078. OLE color: 10647078.

HSL color Cylindrical-coordinate representation of color #2676A2: hue angle of 201.29º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2676A2 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 38 118 162 -
CMYK 0.77 0.27 0 0.36
HSL 201.29º 0.62% 0.39% -
HSV(B) 201.29º 0.77% 0.64% -
XYZ 13.8 15.98 36.54 -
YUV 99.1 163.5 84.42 -
System Red Green Blue C M Y K H S L
Decimal 38 118 162 0.77 0.27 0 0.36 201.29 0.62 0.39
Hex 26 76 A2 4D 1B 0 24 C9 3E 27
Octal 46 166 242 115 33 0 44 311 76 47
Binary 100110 1110110 10100010 1001101 11011 0 100100 11001001 111110 100111

Color Harmonies of #2676A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2676A2

Black with #2676A2

Text Example


Text Example

White with #2676A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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