Html Css Color HEX #2B6299 Lochmara

📋 copy color: '#2B6299'

red 43 ◦ green 98 ◦ blue 153

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

Shades of Lochmara #2B6299

Tints of Lochmara #2B6299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.33%

 BLUE value IS 153 (60.16% from 255) = 52.04%

R = 14.63%
G = 33.33%
B = 52.04%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2B6299 (or 0x2B6299) is known color: Lochmara. HEX triplet: 2B, 62 and 99. RGB value is (43,98,153). Sum of RGB (Red+Green+Blue) = 43+98+153=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B6299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6299 is #D49D66. Grayscale: #575757. Windows color (decimal): -13933927 or 10052139. OLE color: 10052139.

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

Color convert

RGB 43 98 153 -
CMYK 0.72 0.36 0 0.4
HSL 210º 0.56% 0.38% -
HSV(B) 210º 0.72% 0.6% -
XYZ 11.11 11.55 31.78 -
YUV 87.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 43 98 153 0.72 0.36 0 0.4 210 0.56 0.38
Hex 2B 62 99 48 24 0 28 D2 38 26
Octal 53 142 231 110 44 0 50 322 70 46
Binary 101011 1100010 10011001 1001000 100100 0 101000 11010010 111000 100110

Color Harmonies of #2B6299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6299

Black with #2B6299

Text Example


Text Example

White with #2B6299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,98,153); }

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

background-color css

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

 a { background-color: rgb(43,98,153); }

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

border-color css

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

 span { border-color: rgb(43,98,153); }

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