Html Css Color HEX #2B739F Lochmara

📋 copy color: '#2B739F'

red 43 ◦ green 115 ◦ blue 159

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

Shades of Lochmara #2B739F

Tints of Lochmara #2B739F

RGB

 RED value IS 43 (17.19% from 255) = 13.56%

 GREEN value IS 115 (45.31% from 255) = 36.28%

 BLUE value IS 159 (62.5% from 255) = 50.16%

R = 13.56%
G = 36.28%
B = 50.16%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B739F (or 0x2B739F) is known color: Lochmara. HEX triplet: 2B, 73 and 9F. RGB value is (43,115,159). Sum of RGB (Red+Green+Blue) = 43+115+159=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B739F is #D48C60. Grayscale: #626262. Windows color (decimal): -13929569 or 10449707. OLE color: 10449707.

HSL color Cylindrical-coordinate representation of color #2B739F: hue angle of 202.76º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B739F is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 115 159 -
CMYK 0.73 0.28 0 0.38
HSL 202.76º 0.57% 0.4% -
HSV(B) 202.76º 0.73% 0.62% -
XYZ 13.39 15.28 35.04 -
YUV 98.49 162.15 88.42 -
System Red Green Blue C M Y K H S L
Decimal 43 115 159 0.73 0.28 0 0.38 202.76 0.57 0.4
Hex 2B 73 9F 49 1C 0 26 CB 39 28
Octal 53 163 237 111 34 0 46 313 71 50
Binary 101011 1110011 10011111 1001001 11100 0 100110 11001011 111001 101000

Color Harmonies of #2B739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B739F

Black with #2B739F

Text Example


Text Example

White with #2B739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,115,159); }

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

background-color css

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

 a { background-color: rgb(43,115,159); }

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

border-color css

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

 span { border-color: rgb(43,115,159); }

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