#2F434F

Color #2F434F Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #2F434F

Tints of Nile Blue #2F434F

Color information

#2F434F (or 0x2F434F) is unknown color: approx Nile Blue. HEX triplet: 2F, 43 and 4F. RGB value is (47,67,79). Sum of RGB (Red+Green+Blue) = 47+67+79=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F434F is #D0BCB0. Grayscale: #3E3E3E. Windows color (decimal): -13679793 or 5194543. OLE color: 5194543.

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

Color convert

RGB476779-
CMYK0.410.1500.69
HSL202.5º25.4%24.71%-
HSV(B)202.5º40.51%30.98%-
XYZ4.595.188.16-
YUV62.39137.37117.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.35%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=24.35%
G=34.72%
B=40.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4767790.410.1500.69202.525.424.71
Hex2F434F29F045ca1919
Octal57103117511701053123131
Binary10111110000111001111101001111101000101110010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F434F;
 }
 .AnyTagClassName
 {
   color: #2F434F;
 }
</style>
background-color css

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

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

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

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

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

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