Html Css Color HEX #2E639B Lochmara

📋 copy color: '#2E639B'

red 46 ◦ green 99 ◦ blue 155

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

Shades of Lochmara #2E639B

Tints of Lochmara #2E639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 15.33%
G = 33%
B = 51.67%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E639B (or 0x2E639B) is known color: Lochmara. HEX triplet: 2E, 63 and 9B. RGB value is (46,99,155). Sum of RGB (Red+Green+Blue) = 46+99+155=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E639B is #D19C64. Grayscale: #595959. Windows color (decimal): -13737061 or 10183470. OLE color: 10183470.

HSL color Cylindrical-coordinate representation of color #2E639B: hue angle of 210.83º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E639B is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 99 155 -
CMYK 0.70 0.36 0 0.39
HSL 210.83º 0.54% 0.39% -
HSV(B) 210.83º 0.7% 0.61% -
XYZ 11.5 11.87 32.7 -
YUV 89.54 164.94 96.95 -
System Red Green Blue C M Y K H S L
Decimal 46 99 155 0.70 0.36 0 0.39 210.83 0.54 0.39
Hex 2E 63 9B 46 24 0 27 D3 36 27
Octal 56 143 233 106 44 0 47 323 66 47
Binary 101110 1100011 10011011 1000110 100100 0 100111 11010011 110110 100111

Color Harmonies of #2E639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E639B

Black with #2E639B

Text Example


Text Example

White with #2E639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,99,155); }

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

background-color css

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

 a { background-color: rgb(46,99,155); }

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

border-color css

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

 span { border-color: rgb(46,99,155); }

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