#2B434F

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

Shades of Nile Blue #2B434F

Tints of Nile Blue #2B434F

Color information

#2B434F (or 0x2B434F) is unknown color: approx Nile Blue. HEX triplet: 2B, 43 and 4F. RGB value is (43,67,79). Sum of RGB (Red+Green+Blue) = 43+67+79=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B434F is #D4BCB0. Grayscale: #3D3D3D. Windows color (decimal): -13941937 or 5194539. OLE color: 5194539.

HSL color Cylindrical-coordinate representation of color #2B434F: hue angle of 200º 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 #2B434F is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB436779-
CMYK0.460.1500.69
HSL200º29.51%23.92%-
HSV(B)200º45.57%30.98%-
XYZ4.415.098.15-
YUV61.19138.05115.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.75%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=22.75%
G=35.45%
B=41.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4367790.460.1500.6920029.5123.92
Hex2B434F2EF045c81e18
Octal53103117561701053103630
Binary10101110000111001111101110111101000101110010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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