Html Css Color HEX #2673AB Lochmara

📋 copy color: '#2673AB'

red 38 ◦ green 115 ◦ blue 171

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

Shades of Lochmara #2673AB

Tints of Lochmara #2673AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

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

R = 11.73%
G = 35.49%
B = 52.78%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2673AB (or 0x2673AB) is known color: Lochmara. HEX triplet: 26, 73 and AB. RGB value is (38,115,171). Sum of RGB (Red+Green+Blue) = 38+115+171=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #2673AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2673AB is #D98C54. Grayscale: #626262. Windows color (decimal): -14257237 or 11236134. OLE color: 11236134.

HSL color Cylindrical-coordinate representation of color #2673AB: hue angle of 205.26º 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 #2673AB is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 115 171 -
CMYK 0.78 0.33 0 0.33
HSL 205.26º 0.64% 0.41% -
HSV(B) 205.26º 0.78% 0.67% -
XYZ 14.28 15.61 40.79 -
YUV 98.36 168.99 84.95 -
System Red Green Blue C M Y K H S L
Decimal 38 115 171 0.78 0.33 0 0.33 205.26 0.64 0.41
Hex 26 73 AB 4E 21 0 21 CD 40 29
Octal 46 163 253 116 41 0 41 315 100 51
Binary 100110 1110011 10101011 1001110 100001 0 100001 11001101 1000000 101001

Color Harmonies of #2673AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2673AB

Black with #2673AB

Text Example


Text Example

White with #2673AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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