#2B639A

Color #2B639A Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2B639A

Tints of Lochmara #2B639A

Color information

#2B639A (or 0x2B639A) is unknown color: approx Lochmara. HEX triplet: 2B, 63 and 9A. RGB value is (43,99,154). Sum of RGB (Red+Green+Blue) = 43+99+154=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B639A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B639A is #D49C65. Grayscale: #585858. Windows color (decimal): -13933670 or 10117931. OLE color: 10117931.

HSL color Cylindrical-coordinate representation of color #2B639A: hue angle of 209.73º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B639A is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4399154-
CMYK0.720.3600.40
HSL209.73º56.35%38.63%-
HSV(B)209.73º72.08%60.39%-
XYZ11.2911.7732.25-
YUV88.53164.9595.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.53%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=14.53%
G=33.45%
B=52.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43991540.720.3600.40209.7356.3538.63
Hex2B639A4824028d23827
Octal53143232110440503227047
Binary1010111100011100110101001000100100010100011010010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,99,154); }

 H1.HeaderClassName
 {
   color: #2B639A;
 }
 .AnyTagClassName
 {
   color: #2B639A;
 }
</style>
background-color css

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

 a { background-color: rgb(43,99,154); }

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

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

 span { border-color: rgb(43,99,154); }

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