Html Css Color HEX #2A3F50 Nile Blue

📋 copy color: '#2A3F50'

red 42 ◦ green 63 ◦ blue 80

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

Shades of Nile Blue #2A3F50

Tints of Nile Blue #2A3F50

RGB

 RED value IS 42 (16.8% from 255) = 22.7%

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

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

R = 22.7%
G = 34.05%
B = 43.24%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2A3F50 (or 0x2A3F50) is known color: Nile Blue. HEX triplet: 2A, 3F and 50. RGB value is (42,63,80). Sum of RGB (Red+Green+Blue) = 42+63+80=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A3F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3F50 is #D5C0AF. Grayscale: #3A3A3A. Windows color (decimal): -14008496 or 5259050. OLE color: 5259050.

HSL color Cylindrical-coordinate representation of color #2A3F50: hue angle of 206.84º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A3F50 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 42 63 80 -
CMYK 0.48 0.21 0 0.69
HSL 206.84º 0.31% 0.24% -
HSV(B) 206.84º 0.48% 0.31% -
XYZ 4.18 4.63 8.26 -
YUV 58.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 42 63 80 0.48 0.21 0 0.69 206.84 0.31 0.24
Hex 2A 3F 50 30 15 0 45 CF 1F 18
Octal 52 77 120 60 25 0 105 317 37 30
Binary 101010 111111 1010000 110000 10101 0 1000101 11001111 11111 11000

Color Harmonies of #2A3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3F50

Black with #2A3F50

Text Example


Text Example

White with #2A3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,63,80); }

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

background-color css

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

 a { background-color: rgb(42,63,80); }

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

border-color css

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

 span { border-color: rgb(42,63,80); }

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