#2B414F

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

Shades of Nile Blue #2B414F

Tints of Nile Blue #2B414F

Color information

#2B414F (or 0x2B414F) is unknown color: approx Nile Blue. HEX triplet: 2B, 41 and 4F. RGB value is (43,65,79). Sum of RGB (Red+Green+Blue) = 43+65+79=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B414F is #D4BEB0. Grayscale: #3B3B3B. Windows color (decimal): -13942449 or 5194027. OLE color: 5194027.

HSL color Cylindrical-coordinate representation of color #2B414F: hue angle of 203.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B414F is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB436579-
CMYK0.460.1800.69
HSL203.33º29.51%23.92%-
HSV(B)203.33º45.57%30.98%-
XYZ4.34.868.11-
YUV60.02138.71115.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=22.99%
G=34.76%
B=42.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4365790.460.1800.69203.3329.5123.92
Hex2B414F2E12045cb1e18
Octal53101117562201053133630
Binary101011100000110011111011101001001000101110010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,65,79); }

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

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

 a { background-color: rgb(43,65,79); }

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

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

 span { border-color: rgb(43,65,79); }

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