Html Css Color HEX #2F424E Nile Blue

📋 copy color: '#2F424E'

red 47 ◦ green 66 ◦ blue 78

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

Shades of Nile Blue #2F424E

Tints of Nile Blue #2F424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.84%

R = 24.61%
G = 34.55%
B = 40.84%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2F424E (or 0x2F424E) is known color: Nile Blue. HEX triplet: 2F, 42 and 4E. RGB value is (47,66,78). Sum of RGB (Red+Green+Blue) = 47+66+78=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F424E is #D0BDB1. Grayscale: #3D3D3D. Windows color (decimal): -13680050 or 5128751. OLE color: 5128751.

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

Color convert

RGB 47 66 78 -
CMYK 0.40 0.15 0 0.69
HSL 203.23º 0.25% 0.25% -
HSV(B) 203.23º 0.4% 0.31% -
XYZ 4.5 5.05 7.95 -
YUV 61.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 47 66 78 0.40 0.15 0 0.69 203.23 0.25 0.25
Hex 2F 42 4E 28 F 0 45 CB 19 19
Octal 57 102 116 50 17 0 105 313 31 31
Binary 101111 1000010 1001110 101000 1111 0 1000101 11001011 11001 11001

Color Harmonies of #2F424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F424E

Black with #2F424E

Text Example


Text Example

White with #2F424E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,66,78); }

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

background-color css

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

 a { background-color: rgb(47,66,78); }

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

border-color css

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

 span { border-color: rgb(47,66,78); }

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