Html Css Color HEX #2B3A49 Nile Blue

📋 copy color: '#2B3A49'

red 43 ◦ green 58 ◦ blue 73

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

Shades of Nile Blue #2B3A49

Tints of Nile Blue #2B3A49

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.33%

 BLUE value IS 73 (28.91% from 255) = 41.95%

R = 24.71%
G = 33.33%
B = 41.95%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2B3A49 (or 0x2B3A49) is known color: Nile Blue. HEX triplet: 2B, 3A and 49. RGB value is (43,58,73). Sum of RGB (Red+Green+Blue) = 43+58+73=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B3A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3A49 is #D4C5B6. Grayscale: #373737. Windows color (decimal): -13944247 or 4799019. OLE color: 4799019.

HSL color Cylindrical-coordinate representation of color #2B3A49: hue angle of 210º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B3A49 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 58 73 -
CMYK 0.41 0.21 0 0.71
HSL 210º 0.26% 0.23% -
HSV(B) 210º 0.41% 0.29% -
XYZ 3.71 4.02 6.88 -
YUV 55.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 43 58 73 0.41 0.21 0 0.71 210 0.26 0.23
Hex 2B 3A 49 29 15 0 47 D2 1A 17
Octal 53 72 111 51 25 0 107 322 32 27
Binary 101011 111010 1001001 101001 10101 0 1000111 11010010 11010 10111

Color Harmonies of #2B3A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3A49

Black with #2B3A49

Text Example


Text Example

White with #2B3A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,58,73); }

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

background-color css

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

 a { background-color: rgb(43,58,73); }

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

border-color css

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

 span { border-color: rgb(43,58,73); }

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