Html Css Color HEX #2679AB Lochmara

📋 copy color: '#2679AB'

red 38 ◦ green 121 ◦ blue 171

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

Shades of Lochmara #2679AB

Tints of Lochmara #2679AB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.67%

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

R = 11.52%
G = 36.67%
B = 51.82%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2679AB (or 0x2679AB) is known color: Lochmara. HEX triplet: 26, 79 and AB. RGB value is (38,121,171). Sum of RGB (Red+Green+Blue) = 38+121+171=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #2679AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2679AB is #D98654. Grayscale: #656565. Windows color (decimal): -14255701 or 11237670. OLE color: 11237670.

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

Color convert

RGB 38 121 171 -
CMYK 0.78 0.29 0 0.33
HSL 202.56º 0.64% 0.41% -
HSV(B) 202.56º 0.78% 0.67% -
XYZ 14.99 17.03 41.02 -
YUV 101.88 167 82.43 -
System Red Green Blue C M Y K H S L
Decimal 38 121 171 0.78 0.29 0 0.33 202.56 0.64 0.41
Hex 26 79 AB 4E 1D 0 21 CB 40 29
Octal 46 171 253 116 35 0 41 313 100 51
Binary 100110 1111001 10101011 1001110 11101 0 100001 11001011 1000000 101001

Color Harmonies of #2679AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2679AB

Black with #2679AB

Text Example


Text Example

White with #2679AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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