#2D5FAB

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

Shades of Lochmara #2D5FAB

Tints of Lochmara #2D5FAB

Color information

#2D5FAB (or 0x2D5FAB) is unknown color: approx Lochmara. HEX triplet: 2D, 5F and AB. RGB value is (45,95,171). Sum of RGB (Red+Green+Blue) = 45+95+171=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D5FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5FAB is #D2A054. Grayscale: #585858. Windows color (decimal): -13803605 or 11231021. OLE color: 11231021.

HSL color Cylindrical-coordinate representation of color #2D5FAB: hue angle of 216.19º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D5FAB is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4595171-
CMYK0.740.4400.33
HSL216.19º58.33%42.35%-
HSV(B)216.19º73.68%67.06%-
XYZ12.5311.6840.12-
YUV88.71174.4496.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.47%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=14.47%
G=30.55%
B=54.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45951710.740.4400.33216.1958.3342.35
Hex2D5FAB4A2C021d83a2a
Octal55137253112540413307252
Binary1011011011111101010111001010101100010000111011000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,95,171); }

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

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

 a { background-color: rgb(45,95,171); }

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

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

 span { border-color: rgb(45,95,171); }

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