Html Css Color HEX #2F4150 Nile Blue

📋 copy color: '#2F4150'

red 47 ◦ green 65 ◦ blue 80

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

Shades of Nile Blue #2F4150

Tints of Nile Blue #2F4150

RGB

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

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

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

R = 24.48%
G = 33.85%
B = 41.67%

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

#2F4150 (or 0x2F4150) is known color: Nile Blue. HEX triplet: 2F, 41 and 50. RGB value is (47,65,80). Sum of RGB (Red+Green+Blue) = 47+65+80=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4150 is #D0BEAF. Grayscale: #3D3D3D. Windows color (decimal): -13680304 or 5259567. OLE color: 5259567.

HSL color Cylindrical-coordinate representation of color #2F4150: hue angle of 207.27º degrees, saturation: 0.26, 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 #2F4150 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 65 80 -
CMYK 0.41 0.19 0 0.69
HSL 207.27º 0.26% 0.25% -
HSV(B) 207.27º 0.41% 0.31% -
XYZ 4.51 4.96 8.31 -
YUV 61.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 47 65 80 0.41 0.19 0 0.69 207.27 0.26 0.25
Hex 2F 41 50 29 13 0 45 CF 1A 19
Octal 57 101 120 51 23 0 105 317 32 31
Binary 101111 1000001 1010000 101001 10011 0 1000101 11001111 11010 11001

Color Harmonies of #2F4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4150

Black with #2F4150

Text Example


Text Example

White with #2F4150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,65,80); }

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

background-color css

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

 a { background-color: rgb(47,65,80); }

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

border-color css

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

 span { border-color: rgb(47,65,80); }

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