#2B6898

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

Shades of Lochmara #2B6898

Tints of Lochmara #2B6898

Color information

#2B6898 (or 0x2B6898) is unknown color: approx Lochmara. HEX triplet: 2B, 68 and 98. RGB value is (43,104,152). Sum of RGB (Red+Green+Blue) = 43+104+152=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B6898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6898 is #D49767. Grayscale: #5A5A5A. Windows color (decimal): -13932392 or 9988139. OLE color: 9988139.

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

Color convert

RGB43104152-
CMYK0.720.3200.40
HSL206.42º55.9%38.24%-
HSV(B)206.42º71.71%59.61%-
XYZ11.6112.6831.54-
YUV91.23162.2993.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.38%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 152 (59.77% from 255) = 50.84%
R=14.38%
G=34.78%
B=50.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal431041520.720.3200.40206.4255.938.24
Hex2B68984820028ce3826
Octal53150230110400503167046
Binary1010111101000100110001001000100000010100011001110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,104,152); }

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

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

 a { background-color: rgb(43,104,152); }

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

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

 span { border-color: rgb(43,104,152); }

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