Html Css Color HEX #2B414F Nile Blue

📋 copy color: '#2B414F'

red 43 ◦ green 65 ◦ blue 79

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

Shades of Nile Blue #2B414F

Tints of Nile Blue #2B414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

 BLUE value IS 79 (31.25% from 255) = 42.25%

R = 22.99%
G = 34.76%
B = 42.25%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2B414F (or 0x2B414F) is known color: Nile Blue. HEX triplet: 2B, 41 and 4F. RGB value is (43,65,79). Sum of RGB (Red+Green+Blue) = 43+65+79=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B414F is #D4BEB0. Grayscale: #3B3B3B. Windows color (decimal): -13942449 or 5194027. OLE color: 5194027.

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

Color convert

RGB 43 65 79 -
CMYK 0.46 0.18 0 0.69
HSL 203.33º 0.3% 0.24% -
HSV(B) 203.33º 0.46% 0.31% -
XYZ 4.3 4.86 8.11 -
YUV 60.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 43 65 79 0.46 0.18 0 0.69 203.33 0.3 0.24
Hex 2B 41 4F 2E 12 0 45 CB 1E 18
Octal 53 101 117 56 22 0 105 313 36 30
Binary 101011 1000001 1001111 101110 10010 0 1000101 11001011 11110 11000

Color Harmonies of #2B414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B414F

Black with #2B414F

Text Example


Text Example

White with #2B414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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