Html Css Color HEX #2B3F51 Nile Blue

📋 copy color: '#2B3F51'

red 43 ◦ green 63 ◦ blue 81

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

Shades of Nile Blue #2B3F51

Tints of Nile Blue #2B3F51

RGB

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

 GREEN value IS 63 (25% from 255) = 33.69%

 BLUE value IS 81 (32.03% from 255) = 43.32%

R = 22.99%
G = 33.69%
B = 43.32%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2B3F51 (or 0x2B3F51) is known color: Nile Blue. HEX triplet: 2B, 3F and 51. RGB value is (43,63,81). Sum of RGB (Red+Green+Blue) = 43+63+81=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #2B3F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3F51 is #D4C0AE. Grayscale: #3A3A3A. Windows color (decimal): -13942959 or 5324587. OLE color: 5324587.

HSL color Cylindrical-coordinate representation of color #2B3F51: hue angle of 208.42º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B3F51 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 43 63 81 -
CMYK 0.47 0.22 0 0.68
HSL 208.42º 0.31% 0.24% -
HSV(B) 208.42º 0.47% 0.32% -
XYZ 4.26 4.66 8.46 -
YUV 59.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 43 63 81 0.47 0.22 0 0.68 208.42 0.31 0.24
Hex 2B 3F 51 2F 16 0 44 D0 1F 18
Octal 53 77 121 57 26 0 104 320 37 30
Binary 101011 111111 1010001 101111 10110 0 1000100 11010000 11111 11000

Color Harmonies of #2B3F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3F51

Black with #2B3F51

Text Example


Text Example

White with #2B3F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,63,81); }

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

background-color css

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

 a { background-color: rgb(43,63,81); }

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

border-color css

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

 span { border-color: rgb(43,63,81); }

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