Html Css Color HEX #2F404F Nile Blue

📋 copy color: '#2F404F'

red 47 ◦ green 64 ◦ blue 79

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

Shades of Nile Blue #2F404F

Tints of Nile Blue #2F404F

RGB

 RED value IS 47 (18.75% from 255) = 24.74%

 GREEN value IS 64 (25.39% from 255) = 33.68%

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

R = 24.74%
G = 33.68%
B = 41.58%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2F404F (or 0x2F404F) is known color: Nile Blue. HEX triplet: 2F, 40 and 4F. RGB value is (47,64,79). Sum of RGB (Red+Green+Blue) = 47+64+79=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F404F is #D0BFB0. Grayscale: #3C3C3C. Windows color (decimal): -13680561 or 5193775. OLE color: 5193775.

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

Color convert

RGB 47 64 79 -
CMYK 0.41 0.19 0 0.69
HSL 208.13º 0.25% 0.25% -
HSV(B) 208.13º 0.41% 0.31% -
XYZ 4.42 4.84 8.1 -
YUV 60.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 47 64 79 0.41 0.19 0 0.69 208.13 0.25 0.25
Hex 2F 40 4F 29 13 0 45 D0 19 19
Octal 57 100 117 51 23 0 105 320 31 31
Binary 101111 1000000 1001111 101001 10011 0 1000101 11010000 11001 11001

Color Harmonies of #2F404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F404F

Black with #2F404F

Text Example


Text Example

White with #2F404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,64,79); }

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

background-color css

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

 a { background-color: rgb(47,64,79); }

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

border-color css

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

 span { border-color: rgb(47,64,79); }

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