Html Css Color HEX #2B709B Lochmara

📋 copy color: '#2B709B'

red 43 ◦ green 112 ◦ blue 155

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

Shades of Lochmara #2B709B

Tints of Lochmara #2B709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 13.87%
G = 36.13%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B709B (or 0x2B709B) is known color: Lochmara. HEX triplet: 2B, 70 and 9B. RGB value is (43,112,155). Sum of RGB (Red+Green+Blue) = 43+112+155=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B709B is #D48F64. Grayscale: #606060. Windows color (decimal): -13930341 or 10186795. OLE color: 10186795.

HSL color Cylindrical-coordinate representation of color #2B709B: hue angle of 203.04º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B709B is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 112 155 -
CMYK 0.72 0.28 0 0.39
HSL 203.04º 0.57% 0.39% -
HSV(B) 203.04º 0.72% 0.61% -
XYZ 12.71 14.47 33.13 -
YUV 96.27 161.14 90 -
System Red Green Blue C M Y K H S L
Decimal 43 112 155 0.72 0.28 0 0.39 203.04 0.57 0.39
Hex 2B 70 9B 48 1C 0 27 CB 39 27
Octal 53 160 233 110 34 0 47 313 71 47
Binary 101011 1110000 10011011 1001000 11100 0 100111 11001011 111001 100111

Color Harmonies of #2B709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B709B

Black with #2B709B

Text Example


Text Example

White with #2B709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,112,155); }

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

background-color css

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

 a { background-color: rgb(43,112,155); }

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

border-color css

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

 span { border-color: rgb(43,112,155); }

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