Html Css Color HEX #2B719B Lochmara

📋 copy color: '#2B719B'

red 43 ◦ green 113 ◦ blue 155

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

Shades of Lochmara #2B719B

Tints of Lochmara #2B719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

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

R = 13.83%
G = 36.33%
B = 49.84%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B719B (or 0x2B719B) is known color: Lochmara. HEX triplet: 2B, 71 and 9B. RGB value is (43,113,155). Sum of RGB (Red+Green+Blue) = 43+113+155=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B719B is #D48E64. Grayscale: #606060. Windows color (decimal): -13930085 or 10187051. OLE color: 10187051.

HSL color Cylindrical-coordinate representation of color #2B719B: hue angle of 202.5º 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 #2B719B is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 113 155 -
CMYK 0.72 0.27 0 0.39
HSL 202.5º 0.57% 0.39% -
HSV(B) 202.5º 0.72% 0.61% -
XYZ 12.82 14.69 33.17 -
YUV 96.86 160.81 89.58 -
System Red Green Blue C M Y K H S L
Decimal 43 113 155 0.72 0.27 0 0.39 202.5 0.57 0.39
Hex 2B 71 9B 48 1B 0 27 CA 39 27
Octal 53 161 233 110 33 0 47 312 71 47
Binary 101011 1110001 10011011 1001000 11011 0 100111 11001010 111001 100111

Color Harmonies of #2B719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B719B

Black with #2B719B

Text Example


Text Example

White with #2B719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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