Html Css Color HEX #2E68AB Lochmara

📋 copy color: '#2E68AB'

red 46 ◦ green 104 ◦ blue 171

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

Shades of Lochmara #2E68AB

Tints of Lochmara #2E68AB

RGB

 RED value IS 46 (18.36% from 255) = 14.33%

 GREEN value IS 104 (41.02% from 255) = 32.4%

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

R = 14.33%
G = 32.4%
B = 53.27%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E68AB (or 0x2E68AB) is known color: Lochmara. HEX triplet: 2E, 68 and AB. RGB value is (46,104,171). Sum of RGB (Red+Green+Blue) = 46+104+171=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E68AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E68AB is #D19754. Grayscale: #5D5D5D. Windows color (decimal): -13735765 or 11233326. OLE color: 11233326.

HSL color Cylindrical-coordinate representation of color #2E68AB: hue angle of 212.16º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E68AB is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 104 171 -
CMYK 0.73 0.39 0 0.33
HSL 212.16º 0.58% 0.43% -
HSV(B) 212.16º 0.73% 0.67% -
XYZ 13.43 13.42 40.41 -
YUV 94.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 46 104 171 0.73 0.39 0 0.33 212.16 0.58 0.43
Hex 2E 68 AB 49 27 0 21 D4 3A 2B
Octal 56 150 253 111 47 0 41 324 72 53
Binary 101110 1101000 10101011 1001001 100111 0 100001 11010100 111010 101011

Color Harmonies of #2E68AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E68AB

Black with #2E68AB

Text Example


Text Example

White with #2E68AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E68AB; }

 p { color: rgb(46,104,171); }

 H1.HeaderClassName
 {
   color: #2E68AB;
 }
 .AnyTagClassName
 {
   color: #2E68AB;
 }
</style>

background-color css

<style>
 a { background-color: #2E68AB; }

 a { background-color: rgb(46,104,171); }

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

border-color css

<style>
 span { border-color: #2E68AB; }

 span { border-color: rgb(46,104,171); }

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