Html Css Color HEX #2E68B6 Lochmara

📋 copy color: '#2E68B6'

red 46 ◦ green 104 ◦ blue 182

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

Shades of Lochmara #2E68B6

Tints of Lochmara #2E68B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 54.82%

R = 13.86%
G = 31.33%
B = 54.82%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2E68B6 (or 0x2E68B6) is known color: Lochmara. HEX triplet: 2E, 68 and B6. RGB value is (46,104,182). Sum of RGB (Red+Green+Blue) = 46+104+182=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 182 (71.48% from 255 or 54.82% from 332); Max value from RGB is 182 - color contains mainly: blue. Hex color #2E68B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E68B6 is #D19749. Grayscale: #5F5F5F. Windows color (decimal): -13735754 or 11954222. OLE color: 11954222.

HSL color Cylindrical-coordinate representation of color #2E68B6: hue angle of 214.41º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E68B6 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 104 182 -
CMYK 0.75 0.43 0 0.29
HSL 214.41º 0.6% 0.45% -
HSV(B) 214.41º 0.75% 0.71% -
XYZ 14.52 13.86 46.17 -
YUV 95.55 176.78 92.66 -
System Red Green Blue C M Y K H S L
Decimal 46 104 182 0.75 0.43 0 0.29 214.41 0.6 0.45
Hex 2E 68 B6 4B 2B 0 1D D6 3C 2D
Octal 56 150 266 113 53 0 35 326 74 55
Binary 101110 1101000 10110110 1001011 101011 0 11101 11010110 111100 101101

Color Harmonies of #2E68B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E68B6

Black with #2E68B6

Text Example


Text Example

White with #2E68B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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