#2B65B1

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

Shades of Lochmara #2B65B1

Tints of Lochmara #2B65B1

Color information

#2B65B1 (or 0x2B65B1) is unknown color: approx Lochmara. HEX triplet: 2B, 65 and B1. RGB value is (43,101,177). Sum of RGB (Red+Green+Blue) = 43+101+177=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #2B65B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B65B1 is #D49A4E. Grayscale: #5B5B5B. Windows color (decimal): -13933135 or 11625771. OLE color: 11625771.

HSL color Cylindrical-coordinate representation of color #2B65B1: hue angle of 214.03º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B65B1 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB43101177-
CMYK0.760.4300.31
HSL214.03º60.91%43.14%-
HSV(B)214.03º75.71%69.41%-
XYZ13.591343.39-
YUV92.32175.7892.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.40%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 177 (69.53% from 255) = 55.14%
R=13.40%
G=31.46%
B=55.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431011770.760.4300.31214.0360.9143.14
Hex2B65B14C2B01Fd63d2b
Octal53145261114530373267553
Binary101011110010110110001100110010101101111111010110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B65B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,101,177); }

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

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

 a { background-color: rgb(43,101,177); }

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

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

 span { border-color: rgb(43,101,177); }

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