Html Css Color HEX #2B4250 Nile Blue

📋 copy color: '#2B4250'

red 43 ◦ green 66 ◦ blue 80

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

Shades of Nile Blue #2B4250

Tints of Nile Blue #2B4250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.92%

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

R = 22.75%
G = 34.92%
B = 42.33%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2B4250 (or 0x2B4250) is known color: Nile Blue. HEX triplet: 2B, 42 and 50. RGB value is (43,66,80). Sum of RGB (Red+Green+Blue) = 43+66+80=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B4250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4250 is #D4BDAF. Grayscale: #3C3C3C. Windows color (decimal): -13942192 or 5259819. OLE color: 5259819.

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

Color convert

RGB 43 66 80 -
CMYK 0.46 0.17 0 0.69
HSL 202.7º 0.3% 0.24% -
HSV(B) 202.7º 0.46% 0.31% -
XYZ 4.39 4.99 8.32 -
YUV 60.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 43 66 80 0.46 0.17 0 0.69 202.7 0.3 0.24
Hex 2B 42 50 2E 11 0 45 CB 1E 18
Octal 53 102 120 56 21 0 105 313 36 30
Binary 101011 1000010 1010000 101110 10001 0 1000101 11001011 11110 11000

Color Harmonies of #2B4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4250

Black with #2B4250

Text Example


Text Example

White with #2B4250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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