#2B4253

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

Shades of Nile Blue #2B4253

Tints of Nile Blue #2B4253

Color information

#2B4253 (or 0x2B4253) is unknown color: approx Nile Blue. HEX triplet: 2B, 42 and 53. RGB value is (43,66,83). Sum of RGB (Red+Green+Blue) = 43+66+83=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B4253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4253 is #D4BDAC. Grayscale: #3C3C3C. Windows color (decimal): -13942189 or 5456427. OLE color: 5456427.

HSL color Cylindrical-coordinate representation of color #2B4253: hue angle of 205.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B4253 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB436683-
CMYK0.480.2000.67
HSL205.5º31.75%24.71%-
HSV(B)205.5º48.19%32.55%-
XYZ4.515.038.92-
YUV61.06140.38115.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 83 (32.81% from 255) = 43.23%
R=22.40%
G=34.38%
B=43.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4366830.480.2000.67205.531.7524.71
Hex2B42533014043ce2019
Octal53102123602401033164031
Binary1010111000010101001111000010100010000111100111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,83); }

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

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

 a { background-color: rgb(43,66,83); }

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

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

 span { border-color: rgb(43,66,83); }

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