Html Css Color HEX #2B4450 Nile Blue

📋 copy color: '#2B4450'

red 43 ◦ green 68 ◦ blue 80

#2B4450
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nile Blue #2B4450

Tints of Nile Blue #2B4450

RGB

 RED value IS 43 (17.19% from 255) = 22.51%

 GREEN value IS 68 (26.95% from 255) = 35.6%

 BLUE value IS 80 (31.64% from 255) = 41.88%

R = 22.51%
G = 35.6%
B = 41.88%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2B4450 (or 0x2B4450) is known color: Nile Blue. HEX triplet: 2B, 44 and 50. RGB value is (43,68,80). Sum of RGB (Red+Green+Blue) = 43+68+80=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B4450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4450 is #D4BBAF. Grayscale: #3D3D3D. Windows color (decimal): -13941680 or 5260331. OLE color: 5260331.

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

Color convert

RGB 43 68 80 -
CMYK 0.46 0.15 0 0.69
HSL 199.46º 0.3% 0.24% -
HSV(B) 199.46º 0.46% 0.31% -
XYZ 4.51 5.23 8.36 -
YUV 61.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 43 68 80 0.46 0.15 0 0.69 199.46 0.3 0.24
Hex 2B 44 50 2E F 0 45 C7 1E 18
Octal 53 104 120 56 17 0 105 307 36 30
Binary 101011 1000100 1010000 101110 1111 0 1000101 11000111 11110 11000

Color Harmonies of #2B4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4450

Black with #2B4450

Text Example


Text Example

White with #2B4450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,68,80); }

 H1.HeaderClassName
 {
   color: #2B4450;
 }
 .AnyTagClassName
 {
   color: #2B4450;
 }
</style>

background-color css

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

 a { background-color: rgb(43,68,80); }

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

border-color css

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

 span { border-color: rgb(43,68,80); }

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